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