Compare commits

..

5 Commits

Author SHA1 Message Date
Andrey Semashev e513075061 Increased GHA timeout to avoid failures due to network issues. 2026-05-05 15:54:17 +03:00
Andrey Semashev cbecae6dd4 Merge pull request #39 from Flamefire/add-toolchain-ppa
Enable adding Ubuntu toolchain PPA by default
2026-05-05 15:52:49 +03:00
Alexander Grund 52255dc6f4 Enable adding Ubuntu toolchain PPA by default
The default in Boost.CI will be false but some jobs still rely on this, so keep it for now the default.
2026-05-05 14:02:38 +02:00
Andrey Semashev 2614263dda Merge pull request #38 from sdarwin/drone3
Drone: drone.sh
2026-04-29 00:04:15 +03:00
sdarwin e414310123 Drone: drone.sh 2026-04-28 19:15:03 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# As the yaml syntax for Drone CI is rather limited.
#
#
globalenv={}
globalenv={'ADD_UBUNTU_TOOLCHAIN_PPA': 'true'}
linuxglobalimage="cppalliance/droneubuntu1404:1"
windowsglobalimage="cppalliance/dronevs2019"
View File
+2 -2
View File
@@ -324,7 +324,7 @@ jobs:
cxxstd: "11,14,17,20,23"
os: macos-15
timeout-minutes: 15
timeout-minutes: 20
runs-on: ${{matrix.os}}
container: ${{matrix.container}}
@@ -569,7 +569,7 @@ jobs:
addrmd: 64
os: windows-2022
timeout-minutes: 15
timeout-minutes: 20
runs-on: ${{matrix.os}}
steps: