Merge branch 'kimkulling_dev' of https://github.com/assimp/assimp into kimkulling_dev
This commit is contained in:
14
.github/workflows/ccpp.yml
vendored
14
.github/workflows/ccpp.yml
vendored
@@ -30,3 +30,17 @@ jobs:
|
||||
run: cmake --build .
|
||||
- name: test
|
||||
run: cd bin && ./unit
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: configure
|
||||
run: cmake CMakeLists.txt
|
||||
- name: build
|
||||
run: cmake --build . --config Release
|
||||
- name: test
|
||||
run: |
|
||||
cd bin\Release
|
||||
.\unit
|
||||
|
||||
Reference in New Issue
Block a user