Diff of /.drone.yml [000000] .. [r11]  Maximize  Restore

Switch to unified view

a b/.drone.yml
1
kind: pipeline
2
name: default
3
workspace:
4
  base: /working
5
steps:
6
  - name: compile
7
    image: codesys-ide:local
8
    commands:
9
      - codesys compile-library
10
      - find -name \*.compiled-library -exec cp {} .drone-artifacts/ \;