mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
ci: complete transition to GitHub Actions
test
This commit is contained in:
parent
4858267f3b
commit
3853608eb6
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# test
|
||||||
name: ci
|
name: ci
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -5,7 +6,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
cron: '00 01 * * *'
|
- cron: '00 01 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: test
|
name: test
|
||||||
@ -85,10 +86,10 @@ jobs:
|
|||||||
rust-version: ${{ matrix.rust }}
|
rust-version: ${{ matrix.rust }}
|
||||||
- name: Install Rust Target
|
- name: Install Rust Target
|
||||||
run: rustup target add ${{ matrix.target }}
|
run: rustup target add ${{ matrix.target }}
|
||||||
- name: Install musl-gcc
|
# - name: Install musl-gcc
|
||||||
if: contains(matrix.target, 'musl')
|
# if: contains(matrix.target, 'musl')
|
||||||
run: |
|
# run: |
|
||||||
apt-get install musl-tools
|
# apt-get install musl-tools
|
||||||
- name: Build everything
|
- name: Build everything
|
||||||
run: cargo build --verbose --target ${{ matrix.target }} --all --features pcre2
|
run: cargo build --verbose --target ${{ matrix.target }} --all --features pcre2
|
||||||
- name: Test zsh auto-completions
|
- name: Test zsh auto-completions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user