This should cover most of the tooling and enable pipelines
This commit is contained in:
parent
cc1a198a15
commit
52275b09a7
9
.drone.yml
Normal file
9
.drone.yml
Normal 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
|
11
Dockerfile
11
Dockerfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user