diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 14:24:34 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 14:24:34 +0200 |
| commit | 1d61f8b2a49fc82a0227929fc77168fa13910e52 (patch) | |
| tree | 5b7a47178dc5abe99f2794f8d4508dc185af434e /.github/workflows | |
| parent | 62fce5e8c38e523653374a997fd4b426f3ad2b26 (diff) | |
| download | kristall-1d61f8b2a49fc82a0227929fc77168fa13910e52.tar.gz | |
Workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7051855..7730ec2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,18 +22,19 @@ jobs: - name: make run: make - build_windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - - uses: MasterQ32/install-qt-action@master - with: - version: '5.15.0' - host: 'windows' - target: 'desktop' - arch: 'win64_mingw81' - install-deps: 'true' - tools: 'tools_openssl_x64 qt.tools.openssl.win_x64 ' - - name: build and deploy - run: ./build-and-deploy.bat - working-directory: ./ci/
\ No newline at end of file +# Disabled until both aqinstall and install-qt-action support the fixes… +# build_windows: +# runs-on: windows-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: MasterQ32/install-qt-action@master +# with: +# version: '5.15.0' +# host: 'windows' +# target: 'desktop' +# arch: 'win64_mingw81' +# install-deps: 'true' +# tools: 'tools_openssl_x64 qt.tools.openssl.win_x64;tools_openssl_src qt.tools.openssl' +# - name: build and deploy +# run: ./build-and-deploy.bat +# working-directory: ./ci/
\ No newline at end of file |
