This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
toxcore
Watch
1
Star
0
Fork
0
You've already forked toxcore
mirror of
https://github.com/irungentoo/toxcore.git
synced
2024-03-22 13:30:51 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
bf42872bb3
toxcore
/
other
/
travis
/
env-linux.sh
14 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Add "make install" step to Travis build.
2016-08-11 20:49:49 +08:00
#!/bin/sh
Clean up Travis build a bit in preparation for osx/win.
2016-08-25 06:52:34 +08:00
CMAKE
=
cmake
NPROC
=
`
nproc
`
CURDIR
=
$PWD
Add "make install" step to Travis build.
2016-08-11 20:49:49 +08:00
RUN
(
)
{
"
$@
"
}
Add OSX and Windows build to travis config. Tests for Windows are disabled for now, until we figure out which tests can successfully run on wine and select only those.
2016-08-25 06:52:34 +08:00
TESTS
(
)
{
"
$@
"
}
Reference in New Issue
Copy Permalink