[56e3db]: / .drone.yml  Maximize  Restore  History

Download this file

13 lines (12 with data), 276 Bytes

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