Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 10:37:54 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 10:37:54 +0300
commit9fd4edea7ef6c4e24547207a981d74a24207bb11 (patch)
treed4be86df591c97cbeb578cbde0dd09b1d2c4f9b0
parentcef48f40e105ad9655b421aca773eda524b954e3 (diff)
Pipeline fix
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9a26d5d..d441e38 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -45,6 +45,8 @@ jobs:
run: make -C tools_sources/nesasm/source EXEDIR=../../../${{ env.TOOLS_DIR }}
- name: Remove unnecessary files
run: rm -f ${{ env.TOOLS_DIR }}/*.md
+ - name: Test build
+ run: make -C ${{ env.OUTPUT_DIR }} all clean
- name: Upload artifact for Linux-x64
uses: actions/upload-artifact@v3
with:
@@ -66,8 +68,6 @@ jobs:
run: make -C tools_sources/nesasm/source EXEDIR=../../../${{ env.TOOLS_DIR }} CC=arm-linux-gnueabihf-gcc
- name: Remove unnecessary files
run: rm -f ${{ env.TOOLS_DIR }}/*.md
- - name: Test build
- run: make -C ${{ env.OUTPUT_DIR }} all clean
- name: Upload artifact for Linux-ARM32
uses: actions/upload-artifact@v3
with: