Another Update Package Yaaay #9

Merged
gaisser merged 21 commits from mueller/yet-another-update-package-nice into master 2021-05-25 14:55:42 +02:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 93a0ad6af3 - Show all commits

View File

@ -1,2 +1,6 @@
/build*
generators
misc
tmtc
doc

View File

@ -4,8 +4,8 @@ FROM alpine:latest
# RUN apt-get install -y cmake g++
RUN apk add cmake make g++
COPY . /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
rm -rf build-hosted; \

View File

@ -4,8 +4,8 @@ FROM alpine:latest
# RUN apt-get install -y cmake g++
RUN apk add cmake make g++
COPY . /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
rm -rf build-linux; \