File: circle.yml

package info (click to toggle)
encfs 1.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,900 kB
  • ctags: 5,122
  • sloc: cpp: 18,295; xml: 3,888; perl: 678; ansic: 223; sh: 104; python: 79; makefile: 21; sed: 16; exp: 16
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
machine:
  timezone:
    America/Los_Angeles

dependencies:
  pre:
    - sudo apt-get install cmake libfuse-dev libgettextpo-dev
    - bash ./ci/install-gcc.sh

test:
  override:
    - bash ./ci/config.sh
    - cd build && make && make test && make install
    - /tmp/encfs/bin/encfsctl --version