We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7018459 commit 3248793Copy full SHA for 3248793
.travis.yml
@@ -1,12 +1,14 @@
1
sudo: false
2
3
-- os: linux
4
- env: TARGET=x86_64-unknown-linux-musl
+matrix:
+ include:
5
+ - os: linux
6
+ env: TARGET=x86_64-unknown-linux-musl
7
8
addons:
9
apt:
10
packages:
11
- musl
12
13
script:
- - ./.travis/tests.sh
14
+ - ./.travis/build.sh
.travis/build.sh
@@ -11,3 +11,4 @@ git checkout -b "${KEXEC_TOOLS_VERSION}"
./configure
make
strip build/sbin/*
+du -hs build/sbin/*
0 commit comments