Merge branch 'kimkulling_dev' of https://github.com/assimp/assimp into kimkulling_dev

pull/2885/head
Kim Kulling 2020-03-30 21:53:46 +02:00
commit e445eba674
1 changed files with 14 additions and 0 deletions

View File

@ -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