mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-27 11:56:30 -06:00
Build custom libgc
This commit is contained in:
@@ -5,7 +5,8 @@ jobs:
|
||||
- image: rust
|
||||
steps:
|
||||
- run: apt -y update --fix-missing
|
||||
- run: apt -y install libgc-dev
|
||||
- run: apt -y install cmake
|
||||
- checkout
|
||||
- run: git submodule update --init --recursive
|
||||
- run: cargo build
|
||||
- run: cd examples && ./test.sh
|
||||
|
||||
Reference in New Issue
Block a user