40 Commits

Author SHA1 Message Date
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
John Wellbelove
e77729b329 YAML modification
Temporarily removed clang-9 section
2020-08-03 12:01:42 +01:00
John Wellbelove
70429f540a YAML modification 2020-08-03 11:56:45 +01:00
John Wellbelove
c2f16d2403 YAML modification 2020-08-03 11:35:04 +01:00
John Wellbelove
432fbf4fc5 YAML modification 2020-08-03 11:34:00 +01:00
John Wellbelove
027f8fe3cf YAML modification 2020-08-03 11:29:42 +01:00
John Wellbelove
f41a82130e YAML modification 2020-08-03 11:28:14 +01:00
John Wellbelove
e3f1fad066 Add hotfix/clang-9 to branch list 2020-08-03 11:23:56 +01:00
finger42
8f1361649e
Build and run tests with Clang-9 on Linux (#252)
* Try to build on Ubuntu-18.04 with Clang-9

* Build with pushes on clang-9 branch too

* Using CC and CXX to set clang-9

* Adding atomic lib for test build on Linux with Clang

* Partial conversion CHECK_EQUAL to CHECK for clang-9

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

* Replaced CHECK_EQUAL with CHECK

Co-authored-by: finger42 <finger42>
2020-08-01 14:20:14 +01:00
finger42
c14c7613b1
Mulit Ubuntu build and artifacts archiving (#2)
Mulit Ubuntu build and artifacts archiving

Build only on Ubuntu 18.04 and 20.04

Ubuntu 16.04 does not support C++17
2020-07-26 20:05:03 +02:00
finger42
037b7e381e
Create first Github actions file
On Ubuntu 18.04, build and run tests.
2020-07-26 18:07:32 +02:00