[7d5e91]: / .drone.yml  Maximize  Restore  History

Download this file

11 lines (10 with data), 203 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
kind: pipeline
name: default
workspace:
  base: /working
steps:
  - name: compile
    image: codesys-ide:local
    commands:
      - cp c2iec.js .drone-artifacts
      - cp example.html .drone-artifacts