Skip to content

Commit

Permalink
Add DStep project
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg authored and Geod24 committed Apr 29, 2019
1 parent 952e52e commit f76f33a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ansible/roles/test_deps/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: add LLVM repository
apt_repository:
repo: deb http://apt.llvm.org/jessie/ llvm-toolchain-jessie-8 main
state: present
validate_certs: false

- name: test dependencies (1/2)
apt: { name: "{{ item }}", install_recommends: no, update_cache: yes, cache_valid_time: 3600 }
with_items:
Expand All @@ -11,7 +17,7 @@
- libblas-dev
- libbz2-dev
- libcairo-dev
- libclang-4.0-dev # dstep
- libclang-8-dev # dstep
- libcurl4-gnutls-dev
- libevent-dev
- libgcrypt20-dev
Expand Down
1 change: 1 addition & 0 deletions buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ projects=(
"weka-io/mecca" # 22s
"CyberShadow/ae" # 22s
"jmdavis/dxml" # 22s
"jacob-carlborg/dstep" # 18s
"libmir/mir-algorithm" # 17s
"dlang-community/D-YAML" # 15s
"libmir/mir-random" # 13s
Expand Down

0 comments on commit f76f33a

Please sign in to comment.