You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
244 B

  1. version: '2'
  2. services:
  3. ci-build:
  4. image: microsoft/aspnetcore-build-nightly:1.0-1.1
  5. volumes:
  6. - .:/src
  7. working_dir: /src
  8. command: /bin/bash -c "chmod -x ./cli-linux/build-bits-linux.sh && ./cli-linux/build-bits-linux.sh"