Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-unixish.yml')
-rw-r--r--.github/workflows/ci-unixish.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/ci-unixish.yml b/.github/workflows/ci-unixish.yml
deleted file mode 100644
index ab17d94..0000000
--- a/.github/workflows/ci-unixish.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: C/C++ CI Unixish
-
-on: [push, pull_request]
-
-jobs:
- build:
- strategy:
- matrix:
- os: [ubuntu-latest, macos-latest]
-
- runs-on: ${{ matrix.os }}
-
- steps:
- - uses: actions/checkout@v2
- - name: make
- run: make
- - name: make check
- run: make check
- - name: Install
- run: sudo make install