This commit is contained in:
@@ -7,9 +7,9 @@ steps:
|
||||
image: alpine
|
||||
#install make and gcc
|
||||
commands:
|
||||
- apk add build-base
|
||||
- apk add build-base ncurses-dev
|
||||
- mkdir build
|
||||
- gcc -o build/main main.c
|
||||
- gcc -o build/main main.c -lncurses
|
||||
artifacts:
|
||||
- name: compiled
|
||||
path: main
|
||||
|
Reference in New Issue
Block a user