mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
Update .travis.yml
This commit is contained in:
@@ -28,7 +28,7 @@ compiler:
|
||||
- gcc
|
||||
|
||||
env:
|
||||
- CONFIG_OPTS="no-paillier no-serpent" DESTDIR="_install"
|
||||
- CONFIG_OPTS="no-paillier no-serpent --prefix=dist/" DESTDIR="_install"
|
||||
|
||||
before_script:
|
||||
- env
|
||||
@@ -42,7 +42,6 @@ script:
|
||||
else
|
||||
make="make";
|
||||
fi
|
||||
- $make update
|
||||
- mkdir dist/
|
||||
- $make
|
||||
- $make test
|
||||
- $make install
|
||||
|
||||
Reference in New Issue
Block a user