This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Add coreutils to CI
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX
5 years ago
parent
30ea551474
commit
86af6fd63d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis/install.sh
+ 1
- 1
.travis/install.sh
View File
@@ -3,7 +3,7 @@
set -e
# common
sudo apt-get install -y build-essential curl cmake jq
sudo apt-get install -y build-essential c
oreutils c
url cmake jq
# for cross-compilation
if [ "${TARGET}" = "macos-old" ]; then
Write
Preview
Loading…
Cancel
Save