Skip to content

Commit

Permalink
Trying to get the workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 4, 2024
1 parent 832827b commit 2399f67
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,16 @@ jobs:
- name: Build project
shell: bash
run: |
pwd
set
echo "-------------------------------------------"
mkdir build
if [ -z build ]; then
mkdir build
else
echo "Build dir exists"
ls -la build
#rm -rf build/*
fi
pushd build
cmake .. -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build .
Expand Down

0 comments on commit 2399f67

Please sign in to comment.