Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRannare authored Dec 7, 2020
1 parent 1dac63a commit de48f16
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
- Windows 2019 MSVC win64
- Windows 2019 MSVC win64 +static
include:
- name: Ubuntu 18.04 GCC+libcurl-gnutls
os: ubuntu-18.04
artifact-name: x86_64-linux-gnu

- name: Ubuntu 18.04 GCC+libcurl-gnutls +static
os: ubuntu-18.04
cmake-args: -DBUILD_SHARED_LIBS=OFF
artifact-name: x86_64-linux-gnu+static

- name: Windows 2019 MSVC win32
os: windows-2019
cmake-args: -A Win32
Expand All @@ -44,16 +35,6 @@ jobs:
os: windows-2019
cmake-args: -A x64 -DBUILD_SHARED_LIBS=OFF
artifact-name: x86_64-windows-msvc+static

- name: macOS 10.15 Clang
os: macOS-latest
artifact-name: x86_64-apple-darwin

- name: macOS 10.15 Clang +static
os: macOS-latest
cmake-args: -DBUILD_SHARED_LIBS=OFF
artifact-name: x86_64-apple-darwin+static

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit de48f16

Please sign in to comment.