mandar1jn
3 år sedan
committed by
GitHub
förälder
incheckning
e5cdfab97d
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
6 tillägg och
0 borttagningar
-
.github/workflows/cmake.yml
|
|
@ -7,11 +7,17 @@ on: |
|
|
|
- 'src/**' |
|
|
|
- 'examples/**' |
|
|
|
- '.github/workflows/cmake.yml' |
|
|
|
- 'CMakeList.txt' |
|
|
|
- 'CMakeOptions.txt' |
|
|
|
- 'cmake/**' |
|
|
|
pull_request: |
|
|
|
paths: |
|
|
|
- 'src/**' |
|
|
|
- 'examples/**' |
|
|
|
- '.github/workflows/cmake.yml' |
|
|
|
- 'CMakeList.txt' |
|
|
|
- 'CMakeOptions.txt' |
|
|
|
- 'cmake/**' |
|
|
|
|
|
|
|
env: |
|
|
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
|
|
|