Clean github actions.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-03 16:34:31 -07:00
parent 29f7e3dca3
commit 5a8369472e
2 changed files with 26 additions and 29 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -40,12 +40,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip"
shell: cmd shell: cmd
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -104,7 +104,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -130,12 +130,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip"
shell: bash shell: bash
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -164,7 +164,7 @@ jobs:
- name: Run FBX2glTF help - name: Run FBX2glTF help
run: | run: |
./build/FBX2glTF --help ./build/FBX2glTF --help
shell: bash shell: bash
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
@ -195,10 +195,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update python - name: Update python
uses: actions/setup-python@v1 uses: actions/setup-python@v1
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -224,12 +224,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip"
shell: bash shell: bash
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -258,12 +258,12 @@ jobs:
- name: Run FBX2glTF help - name: Run FBX2glTF help
run: | run: |
./build/FBX2glTF --help ./build/FBX2glTF --help
shell: bash shell: bash
- name: Adhoc signature - name: Adhoc signature
run: | run: |
codesign -s - --options=runtime build/FBX2glTF codesign -s - --options=runtime build/FBX2glTF
shell: bash shell: bash
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
@ -279,7 +279,6 @@ jobs:
cp build/FBX2glTF result/FBX2glTF cp build/FBX2glTF result/FBX2glTF
shell: bash shell: bash
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -40,12 +40,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip"
shell: cmd shell: cmd
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -90,7 +90,6 @@ jobs:
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
shell: bash shell: bash
- name: Archive code coverage results - name: Archive code coverage results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -102,7 +101,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -128,12 +127,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip"
shell: bash shell: bash
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -162,7 +161,7 @@ jobs:
- name: Run FBX2glTF help - name: Run FBX2glTF help
run: | run: |
./build/FBX2glTF --help ./build/FBX2glTF --help
shell: bash shell: bash
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
@ -184,16 +183,15 @@ jobs:
name: linux-packages name: linux-packages
path: result path: result
build-macos-x86_64: build-macos-x86_64:
runs-on: macos-11 runs-on: macos-11
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update python - name: Update python
uses: actions/setup-python@v1 uses: actions/setup-python@v1
- name: Install conan - name: Install conan
run: | run: |
pip install --upgrade conan pip install --upgrade conan
@ -219,12 +217,12 @@ jobs:
run: | run: |
git config --global filter.lfs.process "git-lfs filter-process --skip" git config --global filter.lfs.process "git-lfs filter-process --skip"
shell: bash shell: bash
- name: Fetch sdk - name: Fetch sdk
run: | run: |
curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip" curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip"
shell: bash shell: bash
- name: install 7z extract - name: install 7z extract
run: | run: |
7z x 2020.2.zip 7z x 2020.2.zip
@ -253,12 +251,12 @@ jobs:
- name: Run FBX2glTF help - name: Run FBX2glTF help
run: | run: |
./build/FBX2glTF --help ./build/FBX2glTF --help
shell: bash shell: bash
- name: Adhoc signature - name: Adhoc signature
run: | run: |
codesign -s - --options=runtime build/FBX2glTF codesign -s - --options=runtime build/FBX2glTF
shell: bash shell: bash
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2