summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2020-08-17 15:53:49 +1000
committerGitHub <noreply@github.com>2020-08-17 15:53:49 +1000
commit7fbbf25afeb76baf1186181202d6d214d7a7936b (patch)
tree89c873af3de88f819c929d4437b6aca99a78347f /.github
parente1f48c7c7c93736d165c0e3267ef7819cdd41a22 (diff)
Update ci.yml
Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 21542cee..74d0ece8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,18 +11,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - name: make
+ - name: Build
run: |
sudo apt-get install libncursesw5-dev
./autogen.sh
./configure
make
- build-macos-latest:
- runs-on: macos-latest
- steps:
- - uses: actions/checkout@v2
- - name: make
- run: |
- ./configure
- make
+# build-macos-latest:
+# runs-on: macos-latest
+# steps:
+# - uses: actions/checkout@v2
+# - name: make
+# run: |
+# ./autogen.sh
+# ./configure
+# make

© 2014-2024 Faster IT GmbH | imprint | privacy policy