mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Adding a base class for a QT window
This commit is contained in:
@@ -13,15 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install the SFML.
|
||||
run: sudo apt-get update &&
|
||||
sudo apt-get install --yes libsfml-dev
|
||||
- name: Install TGUI.
|
||||
run: |
|
||||
git clone https://github.com/texus/TGUI -b 0.8 /tmp/tgui
|
||||
cd /tmp/tgui
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make -j 4 && sudo make install
|
||||
sudo apt-get install --yes libsfml-dev qt5
|
||||
- name: Build Makefile with CMake
|
||||
run: mkdir -p build && cd build && cmake ..
|
||||
- name: Build with Makefile
|
||||
|
||||
Reference in New Issue
Block a user