60 Commits

Author SHA1 Message Date
John Wellbelove
2a677f99aa Add VS2019 configuration to Github CI 2020-10-01 17:06:40 +01:00
John Wellbelove
19fbfe774f Add VS2019 configuration to Github CI 2020-10-01 17:04:02 +01:00
John Wellbelove
8dc0db48f2 Add VS2019 configuration to Github CI 2020-10-01 17:01:59 +01:00
John Wellbelove
af226c09a0 Add VS2019 configuration to Github CI 2020-10-01 17:00:19 +01:00
John Wellbelove
e3f4d3536c Add VS2019 configuration to Github CI 2020-10-01 16:57:13 +01:00
John Wellbelove
048c367ad0 Add VS2019 configuration to Github CI 2020-10-01 16:53:21 +01:00
John Wellbelove
373c90c553 Add VS2019 configuration to Github CI 2020-10-01 16:50:37 +01:00
John Wellbelove
362e5131f8 Add VS2019 configuration to Github CI 2020-10-01 16:49:22 +01:00
John Wellbelove
2a4756d642 Add VS2019 configuration to Github CI 2020-10-01 11:59:29 +01:00
John Wellbelove
45573dbd85 Add VS2019 configuration to Github CI 2020-10-01 11:57:52 +01:00
John Wellbelove
17f2f66932 Add VS2019 configuration to Github CI 2020-10-01 11:56:18 +01:00
John Wellbelove
bb9b00c8c9 Add VS2019 configuration to Github CI 2020-10-01 11:55:11 +01:00
John Wellbelove
c21cbbd8a9 Add VS2019 configuration to Github CI 2020-10-01 11:39:40 +01:00
John Wellbelove
be8679bb57 Add VS2019 configuration to Github CI 2020-10-01 11:32:19 +01:00
John Wellbelove
5fdf89db48 Add VS2019 configuration to Github CI 2020-10-01 10:43:31 +01:00
John Wellbelove
7dc4d0ad94 Add VS2019 configuration to Github CI 2020-10-01 10:41:32 +01:00
John Wellbelove
bc993027bf Add VS2019 configuration to Github CI 2020-10-01 10:36:45 +01:00
John Wellbelove
be2a660a62 Add VS2019 configuration to Github CI 2020-10-01 10:25:25 +01:00
John Wellbelove
8e67b68245 Add VS2019 configuration to Github CI 2020-10-01 10:23:24 +01:00
John Wellbelove
6cb4d8829d Add VS2019 configuration to Github CI 2020-10-01 10:18:59 +01:00
John Wellbelove
646f95505a Add VS2019 configuration to Github CI 2020-10-01 10:16:52 +01:00
John Wellbelove
2654f52cdd Add VS2019 configuration to Github CI 2020-10-01 10:12:33 +01:00
John Wellbelove
698094c422 Add VS2019 configuration to Github CI 2020-10-01 10:11:07 +01:00
John Wellbelove
0b23e71578 Add VS2019 configuration to Github CI 2020-10-01 10:05:20 +01:00
John Wellbelove
a083661666 Add VS2019 configuration to Github CI 2020-10-01 09:57:29 +01:00
John Wellbelove
2bedbdf699 Add VS2019 configuration to Github CI 2020-10-01 09:57:20 +01:00
John Wellbelove
6a1a2d56e5 Add VS2019 configuration to Github CI 2020-09-30 19:57:14 +01:00
John Wellbelove
1d99314254 Add VS2019 configuration to Github CI 2020-09-30 19:50:10 +01:00
John Wellbelove
3f37897a48 Add VS2019 configuration to Github CI 2020-09-30 19:48:07 +01:00
John Wellbelove
fa3926bacf Add VS2019 configuration to Github CI 2020-09-30 19:47:26 +01:00
John Wellbelove
1cd30b7e8e Add VS2019 configuration to Github CI 2020-09-30 19:45:58 +01:00
John Wellbelove
db74e54c87 Add VS2019 configuration to Github CI 2020-09-30 19:44:00 +01:00
John Wellbelove
78aa39ced5 Add VS2019 configuration to Github CI 2020-09-30 19:43:27 +01:00
John Wellbelove
a4154b27dd Add VS2019 configuration to Github CI 2020-09-30 19:27:35 +01:00
John Wellbelove
cf4fe76427 Add VS2019 configuration to Github CI 2020-09-30 19:18:05 +01:00
John Wellbelove
3819cf1bb7 Add VS2019 configuration to Github CI 2020-09-30 18:56:15 +01:00
John Wellbelove
9ce21707b4 Add VS2019 configuration to Github CI 2020-09-30 11:31:21 +01:00
John Wellbelove
c27f14479b Add VS2019 configuration to Github CI 2020-09-30 11:27:44 +01:00
John Wellbelove
8296ec2b5c Add VS2019 configuration to Github CI 2020-09-29 20:05:33 +01:00
John Wellbelove
9c664eb484 Conditionally disable template deduction guide tests 2020-09-29 12:57:03 +01:00
John Wellbelove
57e6969f03 Conditionally disable template deduction guide tests 2020-09-29 12:53:46 +01:00
John Wellbelove
18d8236f91 Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
John Wellbelove
5ad8cea9e0 Github CI update 2020-09-29 10:04:02 +01:00
John Wellbelove
21d3f10542 Github CI update 2020-09-29 10:00:38 +01:00
John Wellbelove
17abf6326e Github CI update 2020-09-29 09:59:22 +01:00
John Wellbelove
987f7e49e2 Merge branch 'development'
# Conflicts:
#	.github/workflows/main.yml
2020-08-09 17:25:01 +01:00
John Wellbelove
e82538eacf YAML modification 2020-08-08 13:52:08 +01:00
finger42
cda46033f1
cmake and make using same env with CC and CXX (#258)
Each "run:" call gets a new environment.

With this, the first "run:" is exporting CC and CXX.
In this "run:" the cmake stuff is created.

The next "run:" to make, is using the default CC and CXX, which is
GCC instead of clang.

And then some of the stuff is build with clang other with gcc

* moved cmake, make and running tests in one "run:" command, so they
are sharing the same environment

* fixed indention

* renamed the name to Build and run

* Build build-clang-9-Linux and build-clang-10-osx are similar now.

Co-authored-by: finger42 <finger42>
2020-08-07 18:48:16 +01:00
John Wellbelove
cdf660defe YAML modification 2020-08-03 20:33:47 +01:00
John Wellbelove
928c9d5889 Github CI YAML modification 2020-08-03 12:05:12 +01:00