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