This commit is contained in:
parent
1ebdd68873
commit
7700d4fdb0
@ -7,9 +7,9 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
#install make and gcc
|
#install make and gcc
|
||||||
commands:
|
commands:
|
||||||
- apk add build-base ncurses-dev
|
- apk add build-base ncurses-dev ncurses ncurses-terminfo ncurses-static
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- gcc -static -o build/main main.c -lncurses -ltinfo
|
- gcc -static -o build/main main.c -l:libncurses.so
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: compiled
|
- name: compiled
|
||||||
path: main
|
path: main
|
||||||
|
Loading…
Reference in New Issue
Block a user