Skip to content

Commit

Permalink
Edit .gitlab-ci-correaa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 16, 2025
1 parent 420c939 commit f398ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Alfredo A. Correa
# Copyright 2020-2025 Alfredo A. Correa

# Install docker (for local CI or to set up CI machine)
# sudo apt install docker.io
Expand Down Expand Up @@ -354,7 +354,7 @@ vs2022-shell c++17:
tags:
- windows, shell
needs: ["clang++", "g++"]
timeout: 10 minutes
timeout: 20 minutes

vs2022-shell c++23:
stage: build
Expand All @@ -377,7 +377,7 @@ vs2022-shell c++23:
tags:
- windows, shell
needs: ["clang++", "g++"]
timeout: 10 minutes
timeout: 20 minutes

clang++-m32:
stage: build
Expand Down

0 comments on commit f398ecd

Please sign in to comment.