parent
3657176e2c
commit
d5b9690e33
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Build the project
|
# Step 1: Build the project
|
||||||
- name: Build
|
- name: Build
|
||||||
image: debian:stable-slim
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apk add --no-cache g++ libc-dev
|
||||||
- apt-get install -y gcc
|
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- echo "Building project..."
|
- echo "Building project..."
|
||||||
- g++ -o build/main main.cpp
|
- g++ -o build/main main.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue