strongswan/scripts
Tobias Brunner de401e0e89 github: Migrate from Travis CI to Github Actions
On travis-ci.com (travis-ci.org will be discontinued by the end of the
year) we are now charged for each minute.  We only got 10000 credits in
a trial plan, which we used up with a few builds.  Minutes also cost a
different amount of credits on different platforms: 10 on Linux,
but 50 on macOS (installing the dependencies on macOS alone took 12-15
minutes on Travis for some reason, takes about half on Github's runners).

No native Windows build yet as we have the same issue as on AppVeyor where
threading/streaming tests might get stuck.  And there is also only a
single Windows platform to test on.  Plus building/testing on Windows is
very slow (and getting ccache to work seems tricky).

The 'sw_collector' test case had to be disabled because we can't access
/usr/local/share on the Github build hosts (the process is just blocked
in readdir() and eventually times out).

Unfortunately, we can't test on different architectures anymore (in
particular ARM and the big-endian IBM Z/x390x).
2020-12-15 10:42:43 +01:00
..
.gitignore scripts: Add a tool that tries to guess MAC/ICV values using validation times 2015-04-14 11:51:54 +02:00
Makefile.am configure: Optionally use version information obtained from Git in executables 2020-07-20 14:10:52 +02:00
aes-test.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
bin2array.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
bin2sql.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
crypt_burn.c script: Fix upper bounds 2020-03-04 17:07:32 +01:00
dh_speed.c dh-speed: Add curve448 keyword 2018-11-30 14:54:33 +01:00
dh_speed.sh scripts: Include botan in dh_speed.sh and pubkey_speed.sh 2018-10-31 15:50:36 +01:00
dnssec.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
fetch.c lib: Add global config namespace 2014-02-12 14:34:31 +01:00
git-version configure: Optionally use version information obtained from Git in executables 2020-07-20 14:10:52 +02:00
hash_burn.c Fixed some typos, courtesy of codespell 2019-08-28 14:03:41 +02:00
id2sql.c scripts: Initialize libstrongswan in id2sql to fix a crash 2020-05-04 17:00:45 +02:00
key2keyid.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
keyid2sql.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
linecount moved various scripts in scripts/ dir 2006-10-18 11:40:53 +00:00
malloc_speed.c lib: Add global config namespace 2014-02-12 14:34:31 +01:00
oid2der.c scripts: Add -d option to oid2der to decode DER encoded OIDs 2017-11-02 10:02:26 +01:00
pubkey_speed.c script: Fix upper bounds 2020-03-04 17:07:32 +01:00
pubkey_speed.sh scripts: Include botan in dh_speed.sh and pubkey_speed.sh 2018-10-31 15:50:36 +01:00
settings-test.c settings-test: Remove unused variable in printf() call 2018-09-17 18:51:43 +02:00
test.sh github: Migrate from Travis CI to Github Actions 2020-12-15 10:42:43 +01:00
thread_analysis.c Remove ITA references 2018-08-31 11:11:12 +02:00
timeattack.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tls_test.c tls: Support a maximum TLS version to negotiate using TLS socket abstraction 2014-04-01 14:28:55 +02:00