aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 971557fd9ee90e044bfb6ef44029c88cfd975f36 (plain)
1
2
3
4
5
6
7
8
9
10
image: syoyo/ubu-dev
script:
  - curl -L -o premake4 https://github.com/syoyo/orebuildenv/blob/master/build/linux/bin/premake4?raw=true
  - chmod +x ./premake4
  - ./premake4 gmake
  - make
notify:
 email:
    recipients:
      - syoyo@lighttransport.com