Compare commits

..

2 Commits

Author SHA1 Message Date
Shaun Reed 432bf9919c Work on Windows CI 2022-08-06 15:18:55 -04:00
Shaun Reed 52521dc331 Add MacOS CI
+ (@-OgreTransporter) Merge patches from #4
2022-08-06 15:09:59 -04:00
1 changed files with 28 additions and 23 deletions

View File

@ -35,7 +35,6 @@ jobs:
pwd
ls
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
@ -63,6 +62,12 @@ jobs:
# ./vcpkg integrate install
# vcpkg install assimp
- name: Install Assimp MacOS
if: matrix.os == 'macos-latest'
shell: bash
run: |
brew install assimp
- name: Build Qtk
shell: bash
run: |