File tree Expand file tree Collapse file tree 4 files changed +11
-104
lines changed Expand file tree Collapse file tree 4 files changed +11
-104
lines changed Original file line number Diff line number Diff line change 1
- name : Ubuntu
1
+ name : Build
2
2
3
3
on : [push, pull_request]
4
4
@@ -7,14 +7,15 @@ concurrency:
7
7
cancel-in-progress : true
8
8
9
9
jobs :
10
- gcc :
11
- runs-on : ubuntu-latest
10
+ build :
12
11
strategy :
13
12
matrix :
14
13
build_type : [Release]
15
- env :
16
- CC : gcc
17
- CXX : g++
14
+ os :
15
+ - ubuntu-latest
16
+ - windows-latest
17
+ - macos-latest
18
+ runs-on : ${{ matrix.os }}
18
19
steps :
19
20
- name : Checkout code
20
21
uses : actions/checkout@v3
23
24
run : cmake -S . -B build -D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
24
25
25
26
- name : Build
26
- run : cmake --build build --parallel 10
27
-
28
- - name : Run tests
29
- run : |
30
- cd build
31
- ctest -C ${{ matrix.build_type }} --rerun-failed --output-on-failure . --verbose
27
+ run : cmake --build build --parallel 10
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Advent of Code 2023
1
+ # Advent of Code
2
2
3
3
![ ] ( https://img.shields.io/badge/stars%20⭐-35-yellow )
4
4
![ ] ( https://img.shields.io/badge/days%20completed-17-red )
5
- [ ![ Windows] ( https://github.com/K20shores/aoc/actions/workflows/windows.yml/badge.svg )] ( https://github.com/K20shores/aoc/actions/workflows/windows.yml )
6
- [ ![ Mac] ( https://github.com/K20shores/aoc/actions/workflows/mac.yml/badge.svg )] ( https://github.com/K20shores/aoc/actions/workflows/mac.yml )
7
- [ ![ Ubuntu] ( https://github.com/K20shores/aoc/actions/workflows/ubuntu.yml/badge.svg )] ( https://github.com/K20shores/aoc/actions/workflows/ubuntu.yml )
5
+ [ ![ Build] ( https://github.com/K20shores/aoc/actions/workflows/build.yml/badge.svg )] ( https://github.com/K20shores/aoc/actions/workflows/build.yml )
8
6
9
- [ adventofcode.com] ( https://adventofcode.com/2023 )
7
+ [ adventofcode.com] ( https://adventofcode.com )
You can’t perform that action at this time.
0 commit comments