Commit Graph

423 Commits

Author SHA1 Message Date
Amin Yahyaabadi 5d3ac21c56 fix: fix double doxygen installation on ubuntu 18 2022-05-20 20:13:17 -07:00
Amin Yahyaabadi d1458aa5c0 fix: use a map to set the default versions on ubuntu 2022-05-20 20:00:30 -07:00
Amin Yahyaabadi 43b287e9ae fix: use apt's default for doxygen on older ubuntu 2022-05-20 19:35:03 -07:00
Amin Yahyaabadi d321271fc9 fix: set older default only for ubuntu 18 2022-05-20 19:28:05 -07:00
Amin Yahyaabadi 870172d8c1 test: fix the ubuntu-specific gcovr, doxygen, meson tests 2022-05-20 19:16:58 -07:00
Amin Yahyaabadi 86e88d8ce2 fix: use older default versions for gcovr, meson, doxygen on ubuntu 18 2022-05-20 18:51:32 -07:00
Amin Yahyaabadi 5524077a0f fix: add cmath to the gcc and llvm tests 2022-05-20 18:15:50 -07:00
Amin Yahyaabadi ade2538ede fix: fix doxygen installation path on windows 2022-05-20 17:38:52 -07:00
Amin Yahyaabadi 97b65fabfc test: fix the mingw setupDir 2022-05-20 17:07:25 -07:00
Amin Yahyaabadi c667a3fe8e fix: change MingwInfo to have releaseName and fileSuffix 2022-05-20 16:28:35 -07:00
Amin Yahyaabadi d24850cd0e feat: directly download mingw binaries on Windows 2022-05-20 15:58:11 -07:00
Amin Yahyaabadi bdff7f7943 refactor: add setupChocoMingw 2022-05-20 15:19:19 -07:00
Amin Yahyaabadi b1be34e87c fix: pass -y to 7z for extraction 2022-05-17 13:57:29 -07:00
Amin Yahyaabadi 3526010570 fix: use double quote for LDFLAGS/CPPFLAGS 2022-05-17 13:19:04 -07:00
Amin Yahyaabadi 0188a5abb2 fix: update gcovr, meson, conan, task 2022-05-15 03:58:11 -07:00
Amin Yahyaabadi 209bb28e11 fix: add the exe extension for CC/CXX 2022-05-12 18:42:49 -07:00
Amin Yahyaabadi c8f6527003 fix: add env variables in parallel for llvm and gcc 2022-05-12 18:39:47 -07:00
Amin Yahyaabadi 777ee3fd6d fix: fix addPathSystem/addEnvSystem fallback 2022-05-12 17:38:39 -07:00
Amin Yahyaabadi a4e2df0c28 fix: fix the quoting of CPPFLAGS and LDFLAGS for pwsh 2022-05-12 17:31:41 -07:00
Amin Yahyaabadi 7e3e265a8a fix: make execPowershell async 2022-05-12 12:55:00 -07:00
Amin Yahyaabadi 8fdba4c150 fix: faster execPowershell by adding -NoProfile, etc.
PowerShell is much faster this way
2022-05-12 12:43:13 -07:00
Amin Yahyaabadi 1476cdd202 fix: quote CPPFLAGS and LDFLAGS instead of escaping 2022-05-11 17:21:28 -07:00
Amin Yahyaabadi 3eb3fc16a7 fix: only escape LDFLAGS and CPPFLAGS
This partially reverts 41d161c37f
2022-05-11 17:17:54 -07:00
Amin Yahyaabadi 4109838bca fix: use escape-path-with-spaces to fix new windows paths 2022-05-11 17:13:27 -07:00
Amin Yahyaabadi 51704ac849 test: test the installations with a space 2022-05-11 16:56:12 -07:00
Amin Yahyaabadi 41d161c37f fix: escape the spaces when adding environment variables and paths 2022-05-11 16:48:11 -07:00
Amin Yahyaabadi d8593e1dfc fix: do not set CPATH for clang on windows 2022-05-11 14:51:51 -07:00
Amin Yahyaabadi 9504707635 fix: search for the doxygen directory in activate 2022-05-09 19:58:08 -07:00
Amin Yahyaabadi c10dc8c1e2 fix: use choco to install doxygen on windows 2022-05-09 17:43:56 -07:00
Amin Yahyaabadi 9b4f52ec33 fix: fix the doxygen binRelativeDir on Windows 2022-05-09 17:40:42 -07:00
Amin Yahyaabadi 2ddc806c2e fix: update the default to doxygen 1.9.4 2022-05-09 17:40:40 -07:00
Amin Yahyaabadi ee437a5789 fix: installing libclang-cpp9 for doxygen 2022-05-09 17:28:13 -07:00
Amin Yahyaabadi cd21dd244f fix: extract zip files using 7z on windows
`extractZip` from @actions uses the pre-installed PowerShell
This doesn't work properly with old PowerShell versions
2022-05-09 16:26:08 -07:00
Amin Yahyaabadi ba5279b00d refactor: add getSevenZip function 2022-05-09 16:20:32 -07:00
Amin Yahyaabadi 22d47d9d3f test: disable linux llvm cache 2022-05-05 20:41:20 -07:00
Amin Yahyaabadi 20cc86b4f6 test: fix llvm cache finding on ubuntu 2022-05-05 20:04:10 -07:00
Amin Yahyaabadi 99f8d1aba8 feat: support ubuntu specific versions for llvm 2022-05-05 19:28:24 -07:00
Amin Yahyaabadi aa158537ff test: add tests for syncing the versions 2022-05-05 18:42:10 -07:00
Amin Yahyaabadi 5cd5225bee fix: sync the llvm tools versions (compiler, clangtidy, etc) 2022-05-05 18:42:10 -07:00
Amin Yahyaabadi 6251144095 fix: get ubuntu version inside the main file 2022-05-05 17:11:42 -07:00
Amin Yahyaabadi 6edc7f9498 fix: use info instead of notice for version coercion 2022-05-03 22:06:04 -07:00
Amin Yahyaabadi d2eafaab01 fix: inline defaultLLVMVersion 2022-05-03 00:46:03 -07:00
Amin Yahyaabadi 8a16afc589 fix: warning for fallback to ubuntu max 2022-05-03 00:04:20 -07:00
Amin Yahyaabadi 05d55cbaa6 fix: select the default llvm version based on ubuntu version 2022-05-02 23:32:01 -07:00
Amin Yahyaabadi bd5d402bb9 fix: support llvm 14.0.2 and 14.0.3 2022-05-02 23:01:00 -07:00
Amin Yahyaabadi 07a74ebda9 fix: disable the missing llvm 14.0.1 for ubuntu 18.0.1 x86 2022-05-02 23:00:47 -07:00
Amin Yahyaabadi 154369fbb1 fix: enable llvm 14.0.1 support for ubuntu 2022-05-02 22:54:50 -07:00
Amin Yahyaabadi 69b7a71f02 fix: do not add xenial toolchain 2022-05-02 22:12:53 -07:00
Amin Yahyaabadi 4366b4c00d fix: fail if env variables are not added correctly 2022-05-02 22:01:51 -07:00
Amin Yahyaabadi 8c0bb82b63 fix: fix make not being placed on PATH locally on mac 2022-05-02 21:53:40 -07:00