File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 include :
77 env :
88 - IMAGE=fedora:25
9- - INC="/usr/include/"
10- - LIB="/usr/lib64/libcrypto.a /usr/lib64/libssl.a -lp11"
119 allow_failures :
1210 env :
1311 - IMAGE=fedora:latest
14- - INC="/usr/include/"
15- - LIB="/usr/lib64/libcrypto.a /usr/lib64/libssl.a -lp11"
1612
1713services :
1814 - docker
@@ -27,5 +23,5 @@ install:
2723
2824script :
2925 - docker exec -t image-build bash -c "cd /travis && ls && openssl version"
30- - docker exec -t image-build bash -c "cd /travis && SSL_DIR='$INC' STATIC_LIBS='$LIB' make static -j `nproc` && make install"
31- - docker exec -t image-build bash -c "cd /travis/tests && SSL_DIR='$INC' make installed_test_static "
26+ - docker exec -t image-build bash -c "cd /travis && make -j `nproc` && make install"
27+ - docker exec -t image-build bash -c "cd /travis/tests && make installed_test_dynamic "
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ install: $(NAME)
4949 @echo ' Installing libcryptosec ...'
5050 @mkdir -p $(INSTALL_LIBDIR )
5151 @cp $(NAME ) $(INSTALL_LIBDIR )
52- @mkdir -m 0755 -p $(INTSALL_INCLUDEDIR ) /libcryptosec
53- @mkdir -m 0755 -p $(INTSALL_INCLUDEDIR ) /libcryptosec/exception
54- @mkdir -m 0755 -p $(INTSALL_INCLUDEDIR ) /libcryptosec/certificate
55- @mkdir -m 0755 -p $(INTSALL_INCLUDEDIR ) /libcryptosec/ec
52+ @mkdir -m 0755 -p $(INSTALL_INCLUDEDIR ) /libcryptosec
53+ @mkdir -m 0755 -p $(INSTALL_INCLUDEDIR ) /libcryptosec/exception
54+ @mkdir -m 0755 -p $(INSTALL_INCLUDEDIR ) /libcryptosec/certificate
55+ @mkdir -m 0755 -p $(INSTALL_INCLUDEDIR ) /libcryptosec/ec
5656 @cp -f include/libcryptosec/* .h $(INSTALL_INCLUDEDIR ) /libcryptosec/
5757 @cp -f include/libcryptosec/exception/* $(INSTALL_INCLUDEDIR ) /libcryptosec/exception
5858 @cp -f include/libcryptosec/certificate/* $(INSTALL_INCLUDEDIR ) /libcryptosec/certificate
You can’t perform that action at this time.
0 commit comments