Commit Graph

50 Commits

Author SHA1 Message Date
Mateusz Pusz
24c10c4649 ci: Ubuntu 18.04 explicitly set for GCC 10.1.0 CI (ubuntu-latest was misleading) 2020-12-27 12:05:26 +01:00
Mateusz Pusz
0ea6ef0800 Another attempt to restore the GCC 10.1.0 build 2020-12-27 11:54:04 +01:00
Mateusz Pusz
8ab3af3987 ci: GCC 10.1.0 magically dissapeared from the GitHub actions build
The last time I saw GCC 10.1.0 was here: https://github.com/mpusz/units/runs/1602533362?check_suite_focus=true#step:7:231.
The following builds (i.e. https://github.com/mpusz/units/runs/1602670143?check_suite_focus=true#step:7:231) were using GCC 10.2.0 and I was not able to revert the behavior to have GCC 10.1.0 on board again.
2020-12-27 11:52:02 +01:00
Mateusz Pusz
cabd8b0f01 ci: Disabling of some actions removed for now 2020-12-25 09:58:59 +01:00
Mateusz Pusz
e5547b0a34 ci: Another approach to fix the not branch 2020-12-24 11:16:01 +01:00
Mateusz Pusz
24fd9777c7 ci: Branch fixed 2020-12-24 11:07:38 +01:00
Mateusz Pusz
e93d799403 ci: Setting of a docker image fixed 2020-12-24 10:50:45 +01:00
Mateusz Pusz
2f4e308ea8 ci: gcc-10.2 CI added 2020-12-24 09:56:56 +01:00
Mateusz Pusz
954482f452 ci: GCC version fixed in a CI task name 2020-12-23 23:27:41 +01:00
Mateusz Pusz
942477455c ci: Conan data caching disabled 2020-12-23 22:48:29 +01:00
Mateusz Pusz
31d00ea370 ci: Conan CI GitHub Action replaced with a new one 2020-12-23 22:29:37 +01:00
Mateusz Pusz
139fd0b718 ci: if branches fixed in a GitHub Actions 2020-12-23 21:37:04 +01:00
Mateusz Pusz
c8bbaec67a ci: New CI GitHub action added 2020-12-23 21:15:24 +01:00
Mateusz Pusz
d79d5628a3 ci: GitHub actions jobs renamed 2020-12-23 21:14:23 +01:00
Mateusz Pusz
792dba28fb build: test_package CI build fixed 2020-12-22 00:16:48 +01:00
Mateusz Pusz
053c17be09 build: CMAKE_TOOLCHAIN_FILE fixed for test_package workflow 2020-12-21 23:42:28 +01:00
Mateusz Pusz
56fd5c04ae build: cmake_paths generator added for documentation generation 2020-12-21 23:07:25 +01:00
Mateusz Pusz
5373826448 build: Secrets are not available in GitHub Actions run after Pull Request 2020-12-21 21:34:07 +01:00
Mateusz Pusz
9fbe7003fc ci: test_pacakge workflow and job renamed 2020-12-17 23:48:15 +01:00
Mateusz Pusz
cd5ff553cd ci: Consequtive jobs in GitHub Actions does not work like a pipeline -> make one huge job 2020-12-17 23:44:53 +01:00
Mateusz Pusz
9bcc8464cc ci: Ninja apt package installed and set as a default CMake generator 2020-12-17 23:22:22 +01:00
Mateusz Pusz
36c88f6e02 Merge branch 'master' of github.com:mpusz/units 2020-12-17 23:06:57 +01:00
Mateusz Pusz
cfcf26c3a7 ci: CMake test package workflow added 2020-12-17 23:06:52 +01:00
Mateusz Pusz
206712f046 build: Library renamed to mp::units 2020-12-17 23:06:37 +01:00
Mateusz Pusz
94e9b22caa '.github/workflows/documentation.yml' added for the workflow 2020-12-16 22:20:05 +01:00
Mateusz Pusz
943dba6562 ci: CMake generator changed to Ninja 2020-12-16 22:15:31 +01:00
Mateusz Pusz
3e541fa50a ci: CMake generator changed to Ninja 2020-12-16 22:14:59 +01:00
Mateusz Pusz
6ac08c2e3b ci: Documentation CI now uses a correct build target 2020-12-16 21:00:45 +01:00
Mateusz Pusz
3b63332f9a ci: "Ninja Multi-Config" set as a CMake generator for documenation generator workflow 2020-12-16 18:46:40 +01:00
Mateusz Pusz
306bf10836 ci: "Ninja Multi-Config" set as a default CMake generator 2020-12-16 18:45:16 +01:00
Mateusz Pusz
3bf4eb671c ci: Conan CI GitHub actions renamed 2020-12-16 18:44:15 +01:00
Mateusz Pusz
1ea21b0e02 ci: Failed to make Autobuild work for C++ :-( 2020-11-05 17:34:54 +01:00
Mateusz Pusz
c8f67ab5bf build: GENERATE_DOCS renamed to BUILD_DOCS 2020-11-05 16:51:42 +01:00
Mateusz Pusz
85d174ccbe ci: Alternative CodeQL C++ build 2020-11-05 16:10:21 +01:00
Mateusz Pusz
1ecda6d2f9 ci: CodeQL updated again 2020-11-05 15:49:18 +01:00
Mateusz Pusz
4ceb1de52c ci: CodeQL fixed 2020-11-05 15:45:21 +01:00
Mateusz Pusz
97af2e8576 ci: CodeQL workflow fixed for C++ 2020-11-05 15:19:14 +01:00
Mateusz Pusz
04927107e6 Create codeql-analysis.yml 2020-11-05 15:06:11 +01:00
Mateusz Pusz
c4359d7ebd ci: Path filtering applied to documentation workflow 2020-11-05 12:16:48 +01:00
Mateusz Pusz
ec4221d4a6 docs: Ninja installation removed + docs generation fixed 2020-11-05 09:02:53 +01:00
Mateusz Pusz
4f018836c6 build: Ninja installation added 2020-11-05 08:37:46 +01:00
Mateusz Pusz
5f859f332e build: documentation generation made a separate workflow 2020-11-05 08:31:33 +01:00
Mateusz Pusz
e9f35ecd10 docs: Conan data caching added 2020-11-04 23:22:29 +01:00
Mateusz Pusz
7c612eb9b8 build: documentation generation fixed again 2020-11-04 22:47:56 +01:00
Mateusz Pusz
0e2919d4f1 build: copy-paste error fixed in CONAN_UPLOAD 2020-11-04 22:26:50 +01:00
Mateusz Pusz
9c6798b978 build: Conan deployment variables are not fixed anymore 2020-11-04 22:23:49 +01:00
Mateusz Pusz
3a378cc376 build: documentation generation fixed 2020-11-04 22:22:57 +01:00
Mateusz Pusz
a0f85cadc9 build: GitHub CI updated 2020-11-04 21:57:05 +01:00
Mateusz Pusz
8ccee4d13d build: uses and run keys in one step error fixed 2020-11-04 18:30:28 +01:00
Mateusz Pusz
878c99ad87 build: GitHub Actions based CI added 2020-11-04 18:27:51 +01:00