summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-31 09:32:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-09-10 12:08:32 -0400
commit3853608eb6c4b18655de29c1aa8029a63b94f357 (patch)
tree07c6a2524d6c4e2df5169ab7db9595d852f19716
parent4858267f3b97fe2823d2ce104c1f90ec93eee8d7 (diff)
ci: complete transition to GitHub Actionsag/moarci
test
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 023291a6..85624542 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,3 +1,4 @@
+# test
name: ci
on:
pull_request:
@@ -5,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: '00 01 * * *'
+ - cron: '00 01 * * *'
jobs:
test:
name: test
@@ -85,10 +86,10 @@ jobs:
rust-version: ${{ matrix.rust }}
- name: Install Rust Target
run: rustup target add ${{ matrix.target }}
- - name: Install musl-gcc
- if: contains(matrix.target, 'musl')
- run: |
- apt-get install musl-tools
+ # - name: Install musl-gcc
+ # if: contains(matrix.target, 'musl')
+ # run: |
+ # apt-get install musl-tools
- name: Build everything
run: cargo build --verbose --target ${{ matrix.target }} --all --features pcre2
- name: Test zsh auto-completions