2
0
mirror of https://github.com/boostorg/assert.git synced 2026-01-20 16:32:08 +00:00

28 Commits

Author SHA1 Message Date
Peter Dimov
d9efd1a639 Update ci.yml 2025-10-19 02:52:19 +03:00
Peter Dimov
35c2046264 Update ci.yml 2025-03-21 16:49:35 +02:00
Peter Dimov
fa72d2f0fd Apply Node20 workaround 2024-12-12 20:05:37 +02:00
Peter Dimov
9674ea2625 Update ci.yml 2024-12-12 20:00:46 +02:00
Peter Dimov
a4bafa6b48 Update ci.yml 2024-08-20 18:19:23 +03:00
Peter Dimov
425b5ba31b Update ci.yml 2024-05-27 04:59:14 +03:00
Peter Dimov
2e78ba22ac Update ci.yml 2024-02-03 20:21:07 +02:00
Peter Dimov
23bdea693b Update ci.yml 2023-11-28 21:19:01 +02:00
Peter Dimov
5227f10a99 Update ci.yml 2023-10-11 18:45:57 +03:00
Peter Dimov
f10ddd608e Update ci.yml 2023-03-03 16:15:00 +02:00
Peter Dimov
363669eef5 Update ci.yml 2022-10-29 04:26:14 +03:00
Peter Dimov
7dea14cf7f Update ci.yml 2022-07-21 19:41:03 +03:00
Peter Dimov
78f28be697 Remove msvc-14.1 from ci.yml 2022-05-05 04:03:24 +03:00
Peter Dimov
f1310799aa Update ci.yml 2022-02-05 01:03:45 +02:00
Peter Dimov
f4d7aeb674 Add msvc-14.3 to ci.yml 2021-10-28 23:08:08 +03:00
Peter Dimov
aefcf15935 Remove ubuntu-16.04 2021-09-19 02:52:56 +03:00
Peter Dimov
0b10245ee5 Add CMake tests to ci.yml 2021-09-19 00:47:28 +03:00
Peter Dimov
f6c89f7acd Update ci.yml 2021-06-10 04:28:36 +03:00
Peter Dimov
6047fd69d3 Update .github/workflows 2021-04-19 18:07:18 +03:00
Peter Dimov
269e947d1f Compute LIBRARY from GITHUB_REPOSITORY 2020-12-23 06:23:28 +02:00
Peter Dimov
d3cae8b56b Log and recalculate branch names properly 2020-12-23 04:49:43 +02:00
Peter Dimov
a181193bc4 Update ci.yml 2020-12-19 17:35:40 +02:00
Peter Dimov
48e6569d9f Move windows.yml into ci.yml 2020-12-19 17:30:54 +02:00
Peter Dimov
aeb7d5d21b Rename posix.yml to ci.yml 2020-12-19 17:30:00 +02:00
Peter Dimov
a6560be6ff Add addrmd to the matrix in windows.yml 2020-11-20 05:13:44 +02:00
Peter Dimov
7d4a629281 Add toolset=gcc to windows.yml 2020-11-20 05:05:25 +02:00
Peter Dimov
50030e9ac3 Add variant=debug,release; address-model=32,64 to Github Actions 2020-11-20 04:47:55 +02:00
Peter Dimov
a43d6569b8 Squash-merge feature/gh-actions into develop (#15)
* Add .github/workflows
* Fix typo
* GITHUB_BASE_REF is only for PRs
* Compute BOOST_BRANCH
* Split into lines; fix cd
* Revert "Split into lines; fix cd"
* Fix cd
* We don't want fail-fast
* Add os to matrix
* Use bash on Windows
* Split Windows setup
* Quote if expressions
* Install GCC if needed
* sudo make me a sandwich
* Use matrix.install for the apt package
* Use GITHUB_BASE_REF on Windows as well
* Use a LIBRARY environment variable
* Rename ci.yml to posix.yml
* Split ci.yml into posix.yml and windows.yml
* Use cmd for Run tests
* Remove ./, try clang-win
* Remove clang-win, not present
2020-11-20 03:28:46 +02:00