From 5a8369472ec783a5a977658c0255a0c1c097b6e2 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:34:31 -0700 Subject: [PATCH] Clean github actions. --- .github/workflows/build-release.yml | 27 +++++++++++++-------------- .github/workflows/build-test.yml | 28 +++++++++++++--------------- 2 files changed, 26 insertions(+), 29 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e7b814c..426c704 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Install conan run: | pip install --upgrade conan @@ -40,12 +40,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" shell: cmd - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Install conan run: | pip install --upgrade conan @@ -130,12 +130,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip" shell: bash - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -164,7 +164,7 @@ jobs: - name: Run FBX2glTF help run: | - ./build/FBX2glTF --help + ./build/FBX2glTF --help shell: bash - uses: actions/upload-artifact@v2 @@ -195,10 +195,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Update python uses: actions/setup-python@v1 - + - name: Install conan run: | pip install --upgrade conan @@ -224,12 +224,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip" shell: bash - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -258,12 +258,12 @@ jobs: - name: Run FBX2glTF help run: | - ./build/FBX2glTF --help + ./build/FBX2glTF --help shell: bash - name: Adhoc signature run: | - codesign -s - --options=runtime build/FBX2glTF + codesign -s - --options=runtime build/FBX2glTF shell: bash - uses: actions/upload-artifact@v2 @@ -279,7 +279,6 @@ jobs: cp build/FBX2glTF result/FBX2glTF shell: bash - - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 5d5fc5c..83237ba 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Install conan run: | pip install --upgrade conan @@ -40,12 +40,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip" shell: cmd - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -90,7 +90,6 @@ jobs: cp build/Release/FBX2glTF.exe result/FBX2glTF.exe shell: bash - - name: Archive code coverage results uses: actions/upload-artifact@v3 with: @@ -102,7 +101,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Install conan run: | pip install --upgrade conan @@ -128,12 +127,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip" shell: bash - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -162,7 +161,7 @@ jobs: - name: Run FBX2glTF help run: | - ./build/FBX2glTF --help + ./build/FBX2glTF --help shell: bash - uses: actions/upload-artifact@v2 @@ -184,16 +183,15 @@ jobs: name: linux-packages path: result - build-macos-x86_64: runs-on: macos-11 steps: - name: Checkout uses: actions/checkout@v2 - + - name: Update python uses: actions/setup-python@v1 - + - name: Install conan run: | pip install --upgrade conan @@ -219,12 +217,12 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - + - name: Fetch sdk run: | curl -O -L "https://github.com/V-Sekai/FBXSDK-Darwin/archive/refs/tags/2020.2.zip" shell: bash - + - name: install 7z extract run: | 7z x 2020.2.zip @@ -253,12 +251,12 @@ jobs: - name: Run FBX2glTF help run: | - ./build/FBX2glTF --help + ./build/FBX2glTF --help shell: bash - name: Adhoc signature run: | - codesign -s - --options=runtime build/FBX2glTF + codesign -s - --options=runtime build/FBX2glTF shell: bash - uses: actions/upload-artifact@v2