Switch from Travis CI to GitHub Actions

Travis have been slow and the macOS runner is outdated (and a bunch of
other recurring issues).
This commit is contained in:
William Wennerström
2020-12-17 14:07:07 +01:00
parent 881b99c062
commit 81c02d1231
3 changed files with 36 additions and 58 deletions

22
Brewfile Normal file
View File

@@ -0,0 +1,22 @@
brew 'autoconf'
brew 'autoconf-archive'
brew 'automake'
brew 'check'
brew 'cmocka'
brew 'curl'
brew 'expat'
brew 'glib'
brew 'gnutls'
brew 'gpgme'
brew 'gtk+'
brew 'libffi'
brew 'libotr'
brew 'libsignal-protocol-c'
brew 'libstrophe'
brew 'libtool'
brew 'ncurses'
brew 'openssl'
brew 'ossp-uuid'
brew 'pkg-config'
brew 'readline'
brew 'sqlite'