John Wellbelove
dc501fa2c4
Github actions for MSVC
2020-08-12 10:26:39 +01:00
John Wellbelove
2ea9aece4f
Github actions for MSVC
2020-08-12 10:17:51 +01:00
John Wellbelove
8577e8e5f2
Github actions for MSVC
2020-08-11 20:04:59 +01:00
John Wellbelove
d6e3db0b9f
Github actions for MSVC
2020-08-11 20:00:57 +01:00
John Wellbelove
d2c5b761e5
Github actions for MSVC
2020-08-11 19:49:41 +01:00
John Wellbelove
3ea20255e1
Github actions for MSVC
2020-08-11 19:36:12 +01:00
John Wellbelove
1b396679eb
Github actions for MSVC
2020-08-11 19:31:55 +01:00
John Wellbelove
db1a9790e0
Github actions for MSVC
2020-08-11 12:22:39 +01:00
John Wellbelove
662dd6ea24
Github actions for MSVC
2020-08-11 12:14:51 +01:00
John Wellbelove
fdb0f64ec9
Github actions for MSVC
2020-08-11 12:11:52 +01:00
John Wellbelove
35a2fc91aa
Github actions for MSVC
2020-08-11 12:06:40 +01:00
John Wellbelove
79f3148eb3
Github actions for MSVC
2020-08-11 11:06:29 +01:00
John Wellbelove
208f0c2fb6
Github actions for MSVC
2020-08-11 10:57:32 +01:00
John Wellbelove
5d9bbf2672
Github actions for MSVC
2020-08-11 10:52:09 +01:00
John Wellbelove
6a2ce5e8c4
Github actions for MSVC
2020-08-11 10:49:24 +01:00
John Wellbelove
c4f59bc200
Github actions for MSVC
2020-08-11 10:38:44 +01:00
John Wellbelove
5cf076d61e
Github actions for MSVC
2020-08-11 10:35:19 +01:00
John Wellbelove
731167fff6
Github actions for MSVC
2020-08-11 10:32:20 +01:00
John Wellbelove
e3d23f95bb
Github actions for MSVC
2020-08-11 10:30:13 +01:00
John Wellbelove
d887d11035
Github actions for MSVC
2020-08-11 10:27:40 +01:00
John Wellbelove
346abe9a69
Github actions for MSVC
2020-08-11 10:21:39 +01:00
John Wellbelove
192a851577
Github actions for MSVC
2020-08-11 10:18:38 +01:00
John Wellbelove
c0590bf52d
Github actions for MSVC
2020-08-11 10:16:01 +01:00
John Wellbelove
9724a0fe3f
Github actions for MSVC
2020-08-11 10:07:52 +01:00
John Wellbelove
a9d39153e5
Github actions for MSVC
2020-08-11 10:03:20 +01:00
John Wellbelove
b971037ce5
Github actions for MSVC
2020-08-11 10:02:06 +01:00
John Wellbelove
44e2730baa
Github actions for MSVC
2020-08-11 09:58:08 +01:00
John Wellbelove
1a3a2ce5cb
Github actions for MSVC
2020-08-11 09:54:08 +01:00
John Wellbelove
367f96552e
Github actions for MSVC
2020-08-11 09:53:29 +01:00
John Wellbelove
f9dbaba076
Github actions for MSVC
2020-08-11 09:52:12 +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
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