mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Simplify some scripts
ssl-opt.sh and compat.sh can now be run from root too
This commit is contained in:
parent
89eb1970e9
commit
3d404b4763
5 changed files with 15 additions and 31 deletions
|
|
@ -8,8 +8,8 @@ script:
|
|||
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||
- make
|
||||
- make test
|
||||
- ( cd tests && ./compat.sh )
|
||||
- ( cd tests && ./ssl-opt.sh )
|
||||
- tests/compat.sh
|
||||
- tests/ssl-opt.sh
|
||||
- tests/scripts/test-ref-configs.pl
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue