Skip to content

Commit

Permalink
Add .build.yml file for builds.sr.ht SourceHut CI (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix authored May 31, 2019
1 parent d729039 commit 6d0da65
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
image: ubuntu/latest
packages:
- curl
- libegl1-mesa-dev
- libgles2-mesa-dev
- pkg-config
- libssl-dev
sources:
- https://github.com/iceiix/stevenarella
tasks:
- setup: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
sh ./rustup.sh -y
source $HOME/.cargo/env
cargo --version
- build: |
source $HOME/.cargo/env
cd stevenarella
cargo build
cargo test

0 comments on commit 6d0da65

Please sign in to comment.