Skip to content

Commit 7760093

Browse files
committed
.github/workflows/cargo-build.yml
1 parent b86b86b commit 7760093

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/cargo-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ubuntu-matrix
1+
name: cargo-build-matrix
22

33
# Controls when the action will run.
44
on:
@@ -48,27 +48,27 @@ jobs:
4848
- name: printenv
4949
run: |
5050
printenv
51+
touch ~/GITHUB_TOKEN.txt
52+
5153
- name: install rustup
5254
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source "$HOME/.cargo/env"
53-
- name: make
55+
56+
- name: sudo apt-get install -y make
5457
run: |
5558
printenv && sudo apt-get update && \
5659
sudo apt-get install -y make #\
5760
#python3 \
5861
#make autoconf automake \
5962
#libtool gettext util-linux bash cmake clang
6063
61-
- name: cmake -S . -B build && cd build && make
64+
- name: cargo-br-tokio
65+
run: |
66+
make cargo-br-tokio
67+
68+
- name: cargo-br-async-std
6269
run: |
63-
touch ~/GITHUB_TOKEN.txt
64-
#touch CMakeCache.txt
65-
#mkdir -p build
66-
#rm CMakeCache.txt || true
67-
#rm build/CMakeCache.txt || true
68-
#CMAKE_CXX_COMPILER=clang cmake -S . -B build && cd build && make
70+
make cargo-br-async-std
6971
70-
- name: Build
71-
run: source "$HOME/.cargo/env" && cargo build --verbose
7272
- name: Run tests
7373
run: source "$HOME/.cargo/env" && cargo test --verbose
7474

0 commit comments

Comments
 (0)