Compare commits
2 Commits
432bf9919c
...
259e4d1455
Author | SHA1 | Date |
---|---|---|
Shaun Reed | 259e4d1455 | |
Shaun Reed | de87d1c40d |
|
@ -35,38 +35,33 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
|
cmake -S assimp/ -B assimp/build/ -DCMAKE_INSTALL_PREFIX=../assimp && cmake --build assimp/build
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: '6.3.1'
|
version: '6.3.1'
|
||||||
|
|
||||||
# - name: Install Assimp Linux
|
# - name: Install Assimp Linux
|
||||||
# if: matrix.os == 'ubuntu-latest'
|
# if: matrix.os == 'ubuntu-latest'
|
||||||
# shell: bash
|
# shell: bash
|
||||||
# run: |
|
# run: |
|
||||||
# sudo apt install libassimp-dev -y
|
# sudo apt install libassimp-dev -y
|
||||||
#
|
#
|
||||||
# - name: Install Assimp MacOS
|
# - name: Install Assimp MacOS
|
||||||
# if: matrix.os == 'macos-latest'
|
# if: matrix.os == 'macos-latest'
|
||||||
# shell: bash
|
# shell: bash
|
||||||
# run: |
|
# run: |
|
||||||
# brew install assimp
|
# brew install assimp
|
||||||
#
|
#
|
||||||
# - name: Install Assimp Windows
|
# - name: Install Assimp Windows
|
||||||
# if: matrix.os == 'windows-latest'
|
# if: matrix.os == 'windows-latest'
|
||||||
# shell: bash
|
# shell: bash
|
||||||
# run: |
|
# run: |
|
||||||
# git clone https://github.com/Microsoft/vcpkg.git
|
# git clone https://github.com/Microsoft/vcpkg.git
|
||||||
# cd vcpkg
|
# cd vcpkg
|
||||||
# ./bootstrap-vcpkg.sh
|
# ./bootstrap-vcpkg.sh
|
||||||
# ./vcpkg integrate install
|
# ./vcpkg integrate install
|
||||||
# vcpkg install assimp
|
# vcpkg install assimp
|
||||||
|
|
||||||
- name: Install Assimp MacOS
|
|
||||||
if: matrix.os == 'macos-latest'
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
brew install assimp
|
|
||||||
|
|
||||||
- name: Build Qtk
|
- name: Build Qtk
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue