mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-27 09:41:32 +01:00
17 lines
315 B
YAML
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
|