Jonathan Gopel
5533641319
🆕 [CI] Test with C++14 in Windows 2019 ( #2020 )
...
Problem:
- Both Windows builds test C++14
Solution:
- Use C++11 for `windows-2016` builds and C++14 for `windows-2019`
builds.
Co-authored-by: Jonathan Gopel <jgopel@quantlab.com>
2020-11-19 06:04:16 -08:00
Victor Zverovich
bcc20b29df
Implement compile-time checks by default
2020-11-15 17:24:36 -08:00
Victor Zverovich
f8640d4050
Add more standards
2020-11-14 12:02:46 -08:00
Victor Zverovich
6d14f78115
Fix linkage errors when linking with a shared library ( #2011 )
2020-11-12 06:11:17 -08:00
Jonathan Gopel
b3ab0bc7e3
🎨 [CI] Specify the exact version of clang to use ( #1991 )
...
Problem:
- The version of clang to use is specified only as `clang++`. This is
inconsistent with the specifications for gcc and exposed to unexpected
failure if the default changes.
Solution:
- Specify the exact version of clang to use. I chose `clang++-9` as that
is the version that `clang++` is currently resolving to.
Co-authored-by: Jonathan Gopel <jgopel@quantlab.com>
2020-11-08 05:18:24 -08:00
Victor Zverovich
701ed6c874
Install deps in github actions instead of script
2020-11-07 11:16:38 -08:00
Victor Zverovich
cd95579834
Move less installation to actions
2020-11-07 09:12:54 -08:00
Victor Zverovich
7a0b1d5781
Add key
2020-11-07 08:09:01 -08:00
Victor Zverovich
5b3052f999
Switch doc build to github actions
2020-11-07 07:31:15 -08:00
Victor Zverovich
cba5970cd8
Remove migrated build configs
2020-11-04 10:03:00 -08:00
Victor Zverovich
bcab36da3f
Update CI config
2020-11-03 16:01:26 -08:00
Victor Zverovich
1689e73e90
Move PR template
2020-11-03 14:52:47 -08:00
Victor Zverovich
0103408a5c
Update CI config
2020-11-03 14:39:43 -08:00
Victor Zverovich
205eb3a8f2
Update CI config
2020-11-03 13:27:15 -08:00
Victor Zverovich
fe61b8c630
Update CI config
2020-11-03 11:59:59 -08:00
Victor Zverovich
867b15d77c
Update CI config
2020-11-03 11:48:20 -08:00
Victor Zverovich
98cb9f9931
Update CI config
2020-11-03 11:43:00 -08:00
Victor Zverovich
95077d60c9
Update CI config
2020-11-03 11:41:25 -08:00
Victor Zverovich
cef6dfb422
Update CI config
2020-11-03 10:46:03 -08:00
Victor Zverovich
c8703ba40b
Update CI config
2020-11-03 10:45:16 -08:00
Victor Zverovich
78a55e2898
Update CI config
2020-11-03 10:37:30 -08:00
Victor Zverovich
d0a2494a99
Update cmake.yml
2020-11-03 10:17:38 -08:00
Victor Zverovich
89d009ba6e
Update cmake.yml
2020-11-03 10:14:38 -08:00
Victor Zverovich
1f4ff47b41
Create cmake.yml
2020-11-03 10:04:28 -08:00
Victor Zverovich
f57b62575c
Move PR template to the top level
2020-07-08 07:01:19 -07:00
Jonathan Müller
b742f622ab
Create PR template to help agree to the licensing terms ( #1083 )
2019-03-18 14:41:17 +01:00