Skip to content

Commit

Permalink
Move in build dir before running
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 6, 2023
1 parent 93898a2 commit aa86eaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ jobs:
CXX: cl.exe
CFLAGS: -IBUILD_native_static\INSTALL\include
run: |
meson.exe setup build . -Ddefault_library=static
type build/meson-logs/meson-log.txt
meson.exe compile -C build --verbose
mkdir build
cd build
meson.exe setup . .. -Ddefault_library=static
type meson-logs/meson-log.txt
meson.exe compile --verbose
- name: Test
shell: cmd
Expand Down

0 comments on commit aa86eaa

Please sign in to comment.