1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-27 09:41:32 +01:00
Clementine-audio-player-Mac.../.circleci/config.yml
2019-10-02 14:33:40 +01:00

17 lines
315 B
YAML

version: 2
jobs:
build:
docker:
- image: gcr.io/clementine-data/slave-ubuntu-bionic-64
steps:
- checkout
- run:
name: cmake
command: cmake ..
working_directory: bin
- run:
name: make
command: make
working_directory: bin