Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): update workflows #1086

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ci.yml
nonperforming authored May 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6244d79cb6f51dae2fde8c0cb327cdb366375801
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
run: |
nonperforming marked this conversation as resolved.
Show resolved Hide resolved
mkdir "${{ runner.workspace }}/openspades/openspades.mk"
cd "${{ runner.workspace }}/openspades/openspades.mk"
cmake -A Win32 `
cmake .. -A Win32 `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
--toolchain ${{ runner.workspace }}/openspades/vcpkg/scripts/buildsystems/vcpkg.cmake `
-D VCPKG_TARGET_TRIPLET=x86-windows-static `
@@ -74,7 +74,7 @@ jobs:
run: |
mkdir "${{ runner.workspace }}/openspades/openspades.mk"
cd "${{ runner.workspace }}/openspades/openspades.mk"
cmake -G Ninja `
cmake .. -G Ninja `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
--toolchain =${{ runner.workspace }}/openspades/vcpkg/scripts/buildsystems/vcpkg.cmake `
-D VCPKG_TARGET_TRIPLET=x64-osx `