소스 검색

Install dependencies needed for build

Marc Di Luzio 6 년 전
부모
커밋
57cf99ba85
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      .travis.yml

+ 10 - 1
.travis.yml

@@ -1,12 +1,21 @@
+dist: xenial
 language: c
 compiler: gcc
 sudo: false
-dist: xenial
 
 addons:
   apt:
     packages:
       - clang-format
+      - python3-pip
+      - python3-setuptools
+      - libsystemd-dev
+      - ninja-build
+
+before_script:
+  - pip3 install wheel
+  - pip3 install meson
+  - meson --version
 
 script:
   - ./scripts/format-check.sh