This website works better with JavaScript.
Home
Help
Sign In
alinz
/
rsoundio
mirror of
https://github.com/klingtnet/rsoundio.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Source profile to make cargo and available
master
Andreas Linz
4 years ago
parent
375245f996
commit
79910efbaa
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
circle.yml
+ 2
- 1
circle.yml
View File
@ -7,9 +7,10 @@ test:
-
>
eval $(ssh-agent) &&
ssh-add /home/ubuntu/.ssh/id_circleci_github &&
cargo build
source ~/.profile &&
cargo build
override:
-
>
eval $(ssh-agent) &&
ssh-add /home/ubuntu/.ssh/id_circleci_github &&
source ~/.profile &&
LD_LIBRARY_PATH="$(dirname $(find -iname libsoundio.so.1))" cargo test
Write
Preview
Loading…
Cancel
Save