We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7f465 commit dfbdef0Copy full SHA for dfbdef0
.travis.yml
@@ -1,9 +1,9 @@
1
before_install:
2
- sudo wget https://d-apt.googlecode.com/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
3
- sudo apt-get update && sudo apt-get -y --allow-unauthenticated install d-apt-keyring && sudo apt-get update
4
- - sudo apt-get install dub dmd
+ - sudo apt-get install dub dmd libncursesw5
5
6
script:
7
- rdmd --main -lib -oflibncurses-d -L-lncursesw deimos/ncurses/*.d
+ rdmd -lib -L-lncursesw -oflibncurses-d.o -c deimos/ncurses/*.d
8
#cp .main.d ./deimos/ncurses/main.d && dub
9
0 commit comments