Skip to content

Commit

Permalink
ci/appveyor: run test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jun 28, 2024
1 parent 4a5c8d2 commit 115021d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ skip_branch_with_pr: true
only_commits:
files:
- .appveyor.yml
- example1/
- example2/
- example3/
# The rest of this list should stay in sync with azure-pipelines.yml
- crunch/
- crnlib/
- example1/
- example2/
- example3/
- inc/
- test/
- cmake/
- CMakeLists.txt

Expand Down Expand Up @@ -52,3 +53,5 @@ build_script:
-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON
cmake --build build --config Release
python test\test.py

0 comments on commit 115021d

Please sign in to comment.