mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-24 07:11:19 +00:00
Updating the script for QT
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build commit artifact
|
||||
name: Build for linux
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -11,9 +11,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install the SFML.
|
||||
- name: Install the SFML and QT.
|
||||
run: sudo apt-get update &&
|
||||
sudo apt-get install --yes libsfml-dev qt5
|
||||
sudo apt-get install --yes libsfml-dev qt5-default
|
||||
- name: Build Makefile with CMake
|
||||
run: mkdir -p build && cd build && cmake ..
|
||||
- name: Build with Makefile
|
||||
|
||||
Reference in New Issue
Block a user