1
0
Fork 0

[F] Fix tcc package installation

This commit is contained in:
seleznevae 2019-11-30 15:26:15 +03:00
parent bcce3c12cc
commit 1e2d9611cf
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ steps:
- name: test-tcc-compiler
image: alpine
commands:
- apk add gcc g++ cmake make binutils-gold tcc
- apk add gcc g++ cmake make binutils-gold
# tcc available only in in edge alpine repo
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
- apk add tcc
- ls
- uname -a
- mkdir -p build