mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
WIP
This commit is contained in:
@@ -88,12 +88,16 @@ jobs:
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_PREFIX_PATH=$Qt6_DIR \
|
||||
-DQt6_DIR=$Qt6_DIR/lib/cmake/Qt6
|
||||
pwd
|
||||
ls -l
|
||||
|
||||
- name: Build
|
||||
shell: wsl-bash {0}
|
||||
run: |
|
||||
source /tmp/env.sh
|
||||
cd src/build
|
||||
pwd
|
||||
ls -l
|
||||
make -j$(nproc)
|
||||
|
||||
- name: Tar
|
||||
|
||||
Reference in New Issue
Block a user