164 Commits

Author SHA1 Message Date
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