Skip to content

Commit af29119

Browse files
author
Adrian Cruceru
committed
em-app update to support nitro and add a few more utility functions
1 parent 5be5f6f commit af29119

File tree

27 files changed

+906
-3258
lines changed

27 files changed

+906
-3258
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,13 @@ matrix:
4343
# NOTE: linking glibc version of OpenSSL with musl binary.
4444
# Unlikely to produce a working binary, but at least the build succeeds.
4545
- mkdir -p /tmp/muslinclude && ln -sf /usr/include/x86_64-linux-gnu/openssl /tmp/muslinclude/openssl && PKG_CONFIG_ALLOW_CROSS=1 CFLAGS=-I/tmp/muslinclude cargo build --locked -p fortanix-sgx-tools --target x86_64-unknown-linux-musl
46-
- ./doc/generate-api-docs.sh
46+
- cargo build --verbose --locked -p em-app --target=x86_64-fortanix-unknown-sgx
47+
- cargo build --verbose --locked -p em-app --target=x86_64-unknown-linux-gnu
48+
- cargo build --verbose --locked -p em-app --target=x86_64-unknown-linux-musl
49+
- cargo build --verbose --locked -p get-certificate --target=x86_64-fortanix-unknown-sgx
50+
- cargo build --verbose --locked -p get-certificate --target=x86_64-unknown-linux-gnu
51+
- cargo build --verbose --locked -p get-certificate --target=x86_64-unknown-linux-musl
52+
- cargo build --verbose --locked -p harmonize --target=x86_64-fortanix-unknown-sgx
53+
- cargo build --verbose --locked -p harmonize --target=x86_64-unknown-linux-gnu
54+
- cargo build --verbose --locked -p harmonize --target=x86_64-unknown-linux-musl
55+
- ./doc/generate-api-docs.sh

0 commit comments

Comments
 (0)