Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 16, 2024
1 parent 644d7f9 commit febcf0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: build
run: |
./cmake-3.28.0-linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S native -B build-release
./cmake-3.28.0-linux-x86_64/bin/cmake --build build-release --target all
cd native
../cmake-3.28.0-linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B build-release
../cmake-3.28.0-linux-x86_64/bin/cmake --build build-release --target all
python3 main.py
zip -r build.zip target/*
Expand Down

0 comments on commit febcf0f

Please sign in to comment.