Skip to content

Commit

Permalink
Merge pull request #65 from JohanMabille/ci
Browse files Browse the repository at this point in the history
Fixed Windows build
  • Loading branch information
JohanMabille authored May 28, 2024
2 parents 83605cc + 388b945 commit 955d945
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 172 deletions.
29 changes: 0 additions & 29 deletions .appveyor.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .azure-pipelines/azure-pipelines-linux-clang.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .azure-pipelines/azure-pipelines-linux-gcc.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .azure-pipelines/unix-build.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ jobs:
shell: cmd /C call {0}
run: |
set CL=/MP
ninja build
ninja
working-directory: build

- name: Test
run: .\test_xproperty
shell: cmd /C call {0}
run: test_xproperty
working-directory: build\test
7 changes: 0 additions & 7 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 955d945

Please sign in to comment.