summaryrefslogtreecommitdiff
path: root/.github/workflows/mac.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r--.github/workflows/mac.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
deleted file mode 100644
index 4d75508..0000000
--- a/.github/workflows/mac.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: mac
-
-on: [push]
-
-jobs:
- build:
- runs-on: ${{ matrix.os }}
- strategy:
- matrix:
- os: [macOS-latest]
-
- steps:
- - uses: actions/checkout@v1
- #- uses: egorpugin/sw-action@master
-
- - name: Download SW
- shell: cmake -P {0}
- run: |
- if (WIN32)
- file(DOWNLOAD "https://software-network.org/client/sw-master-windows-client.zip" ./sw.zip)
- elseif (APPLE)
- file(DOWNLOAD "https://software-network.org/client/sw-master-macos-client.tar.gz" ./sw.zip)
- else()
- file(DOWNLOAD "https://software-network.org/client/sw-master-linux-client.tar.gz" ./sw.zip)
- endif()
-
- - name: Unpack SW
- run: cmake -E tar xvf sw.zip
-
- - name: chmod
- run: chmod 755 sw
- shell: sh
-
- - name: build
- run: ./sw build