test
This commit is contained in:
@@ -5,6 +5,16 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Compile:
|
Compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: 'ghcr.io/void-linux/void-glibc-full:20260101r1'
|
||||||
steps:
|
steps:
|
||||||
- run: "g++ -std=c++23 main.cpp -o program"
|
- name: Checkout repository
|
||||||
- run: "./program"
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: uname -a
|
||||||
|
|
||||||
|
- name: Compile software
|
||||||
|
run: g++ -std=c++23 main.cpp -o program
|
||||||
|
|
||||||
|
- name: Execute program
|
||||||
|
run: ./program
|
||||||
|
|||||||
Reference in New Issue
Block a user