fix stic compile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno Rybársky 2022-05-29 11:10:12 +02:00
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