Skip to content

Commit 7b7f465

Browse files
committed
dub needs work for extra compilers, entirely bypassing dub's build process for now.
1 parent ecec242 commit 7b7f465

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ before_install:
44
- sudo apt-get install dub dmd
55

66
script:
7-
cp .main.d ./deimos/ncurses/main.d && dub
7+
rdmd --main -lib -oflibncurses-d -L-lncursesw deimos/ncurses/*.d
8+
#cp .main.d ./deimos/ncurses/main.d && dub
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ncurses-d",
2+
"name": "ncurses",
33
"description": "Interface to the C ncurses library",
44
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
55
"authors": [

0 commit comments

Comments
 (0)