From b4912eacdf73aeee5d6ceb83e03817bbe124d640 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Sun, 3 May 2020 22:32:33 -0500 Subject: [PATCH] ci fixes --- .github/workflows/release.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78eadc7..5911d0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,15 +12,19 @@ jobs: os: [ windows-latest, ubuntu-latest, macos-latest ] steps: - uses: actions/checkout@v1 - #- uses: ilammy/msvc-dev-cmd@v1 + - uses: ilammy/msvc-dev-cmd@v1 - name: Install Qt uses: jurplel/install-qt-action@v2 - name: Make GNU if: matrix.os != 'windows-latest' working-directory: ./buckshot - run: qmake ; make + run: qmake ; make ; ls -al shell: bash - name: Make Windows if: matrix.os == 'windows-latest' working-directory: ./buckshot - run: qmake ; make + run: qmake ; make ; ls -al + + - name: Package OSX Test + if: matrix.os == 'macos-latest' + run: macdeployqt