Skip to content

Commit

Permalink
use hunter for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 4, 2024
1 parent 5ba94e0 commit c8b8193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-nel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "core4", "feature/*" ]
paths:
- .github/workflows/ci-nel.yml
- cmake/CMakePresets.nel.json
- nel/**
- CMakeLists.txt
- CMakePresets.txt
Expand All @@ -13,6 +14,7 @@ on:
branches: [ "core4" ]
paths:
- .github/workflows/ci-nel.yml
- cmake/CMakePresets.nel.json
- nel/**
- CMakeLists.txt
- CMakePresets.txt
Expand Down
7 changes: 6 additions & 1 deletion cmake/CMakePresets.nel.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
"windows",
"nel"
],
"name": "windows-nel"
"name": "windows-nel",
"cacheVariables": {
"HUNTER_ENABLED": true,
"HUNTER_CONFIGURATION_TYPES": "Release",
"HUNTER_ROOT": "${sourceDir}/build/.hunter"
}
}
],
"buildPresets": [
Expand Down

0 comments on commit c8b8193

Please sign in to comment.