Skip to content

Commit

Permalink
[ci] Win32 uses bash date instead of ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 17, 2024
1 parent 0c651de commit 11953f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/win32.build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eux

export PATH="$PATH:/c/ossia-sdk/cmake/bin:/c/ossia-sdk/llvm/bin"
date /t
date
cmake -GNinja -S "$PWD" -B build \
-DCMAKE_C_COMPILER=c:/ossia-sdk/llvm/bin/clang.exe \
-DCMAKE_CXX_COMPILER=c:/ossia-sdk/llvm/bin/clang++.exe \
Expand All @@ -15,9 +15,9 @@ cmake -GNinja -S "$PWD" -B build \
-DSCORE_DEPLOYMENT_BUILD=1 \
-DCMAKE_C_FLAGS="-g0" \
-DCMAKE_CXX_FLAGS="-g0"
date /t
date
cmake --build build
date /t
date

cmake --build build --target package
date /t
date

0 comments on commit 11953f5

Please sign in to comment.