Commit Graph

12 Commits

Author SHA1 Message Date
Adam Wulkiewicz
64803f39c1 [ci] Update msvc version in gh workflow 2022-02-07 17:27:40 +01:00
Adam Wulkiewicz
3157ddfe7d [ci] Fix minimal test compilation error with clang-9 at GitHub. 2021-05-24 21:07:23 +02:00
Adam Wulkiewicz
7410241a3a [ci] Merge all GH minimal jobs into one file. 2021-04-28 01:26:07 +02:00
Adam Wulkiewicz
0cfe9ae1d2 [ci] Add repositories for GH workflows with ubuntu-latest. 2021-02-12 00:47:11 +01:00
Adam Wulkiewicz
4305bc8a73 [ci] Replace set-env with env. file in GitHub scripts. 2020-11-18 17:12:33 +01:00
Adam Wulkiewicz
169ccae36d [ci] Get public key for LLVM in github script. 2020-10-12 20:37:10 +02:00
Adam Wulkiewicz
0dc6ee14d3 [ci] Remove gcc-4.9 from GitHub testing due to lack of full C++14 support. 2020-09-03 13:37:53 +02:00
Adam Wulkiewicz
0326eaf679 [arithmetic][core][geometries] Support constexpr in points, segment, box, get, dot and cross products. 2020-08-16 00:50:35 +02:00
Mateusz Łoskot
ce7d128b63 Rename GitHub Actions workflows to URL-friendly 2020-03-10 01:05:24 +01:00
Mateusz Łoskot
cb818cafb4 Add GitHub Actions to build test//minimal with Clang, GCC, MSVC (#680)
This is to enable a minimal CI check for the pull requests, to assist
contributors and reviewers, as well as for direct commits and merges.

For each toolset, this runs permutation of
  b2 cxxstd=03,11,14,17,2a variant=debug,release address-model=32,64
with cxxstd list tailored according to the actual toolset.
2020-03-10 00:41:26 +01:00
Mateusz Łoskot
bbbf1b0f7a [GA] Run depinst.py for quickbook to ensure its deps are deployed 2020-03-05 14:01:59 +01:00
Mateusz Łoskot
9967601a1e Add GitHub Actions workflow for documentation build
On push, build master and develop.
On pull request, build if any of documentation related files are touched.

Prior to the documentation build, all doc/src/examples are built to
verify valid source code is displayed in the docs.
2020-03-05 11:07:35 +01:00