This should cover most of the tooling and enable pipelines
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Edward Arthur Bingham 2022-09-18 14:06:48 -04:00
parent cc1a198a15
commit 52275b09a7
2 changed files with 16 additions and 4 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:latest
commands:
- docker build . --build-arg USER=$USER --build-arg TOKEN=$TOKEN

View File

@ -71,7 +71,10 @@ RUN make
RUN cp prdbase prspice /opt/cad/bin
# install ACT-06
#WORKDIR /toolsrc
#RUN git clone https://github.com/nbingham1/act-06.git
#WORKDIR act-06
#RUN make
ARG USER
ARG TOKEN
WORKDIR /toolsrc
RUN git clone https://$USER:$TOKEN@git.broccolimicro.io/Broccoli/act-06.git
WORKDIR act-06
RUN make