From d7f38ffc93b1e0ab62d3cfef7c26f3253df383dc Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 12 May 2020 22:55:49 +0100 Subject: Hopefully reenable osx build on travis now they ship 10.15 --- .github/workflows/ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/ci.yml (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 2acffa24..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "LLIO CI" - -on: [push, pull_request] - -jobs: - build: - name: ${{ matrix.config.name }} - runs-on: ${{ matrix.config.os }} - env: ${{ matrix.config.env }} - strategy: - fail-fast: false - matrix: - config: - - { - name: "MacOS 10.15", - os: macos-10.15, - env: [ CMAKE_CONFIGURE_OPTIONS: "" ], - artifact: "llfio-v2.0-binaries-darwin64-${{ github.sha }}.tgz" - } - - steps: - - uses: actions/checkout@v2 - - - name: "cmake tests (error code)" - run: ctest -S .ci.cmake -VV --timeout 300 -DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS -- cgit v1.2.3