From cef48f40e105ad9655b421aca773eda524b954e3 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Tue, 8 Nov 2022 11:35:34 +0400 Subject: Test builds in pipeline --- .github/workflows/build.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- cgit v1.2.3