about summary refs log tree commit diff stats
path: root/.travis.yml
blob: 6cef88b244502a9ca5c0b94105d8c14daa0388f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
sudo: required
dist: trusty
language: cpp

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - valgrind
      - libstdc++-5-dev  # default version is not valgrind-clean

# test_layers takes a long time; divide up the work into multiple jobs on the
# matrix so we don't time out on Travis
matrix:
  include:
    - env: CXX=clang++ START=000 END=040
    - env: CXX=clang++ START=040 END=055
    - env: CXX=clang++ START=055 END=065
    - env: CXX=clang++ START=065 END=070
    - env: CXX=clang++ START=070 END=075
    - env: CXX=clang++ START=075 END=080
    - env: CXX=clang++ START=080 END=085
    - env: CXX=clang++ START=085 END=090
    - env: CXX=clang++ START=090 END=095
    - env: CXX=clang++ START=095 END=999  # overflow; will start timing out if we add too many layers
    - env: CXX=clang++ START=chessboard
    - env: CXX=clang++ START=edit
    - env: CXX=clang++ START=edit2
    - env: CXX=clang++ START=edit3
    - env: CXX=clang++ START=edit4
    - env: CXX=g++ START=one-off  # minimal testing for gcc

script:
  - ./test_layers $START $END

notifications:
  email:
    on_success: never
    on_failure: always
pan>sudo make install This translates roughly to: > sudo python setup.py install --optimize=1 --record=install_log.txt This also saves a list of all installed files to install_log.txt, which you can use to uninstall ranger. Getting Started --------------- After starting ranger, you can use the Arrow Keys (or hjkl) to navigate, Enter to open a file or type Q to quit. The third column shows a preview of the current file. The second is the main column and the first shows the parent directory. Ranger can automatically copy default configuration files to ~/.config/ranger if you run it with the switch --copy-config. (see ranger --help for a description of that switch.) Also check ranger/config/ for the default configuration.