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:35:34 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-08 10:35:34 +0300
commitcef48f40e105ad9655b421aca773eda524b954e3 (patch)
treeafddcb0ceb04f11fb3f04599af492851708e15b2
parentdb4c27d05d4cc2cb0b0169bc8c64c7c6f9ee223c (diff)
Test builds in pipeline
-rw-r--r--.github/workflows/build.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index bf1dc79..9a26d5d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -66,6 +66,8 @@ 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:
@@ -129,6 +131,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 MacOS-x64
uses: actions/upload-artifact@v3
with:
@@ -181,6 +185,9 @@ jobs:
- name: Build nesasm for Win-x64
shell: msys2 {0}
run: make -C tools_sources/nesasm/source EXEDIR=../../../${{ env.TOOLS_DIR }}
+ - name: Test build
+ shell: msys2 {0}
+ run: make -C ${{ env.OUTPUT_DIR }} all
- name: Upload artifact for Win-x64
uses: actions/upload-artifact@v3
with: