Skip to content

Commit d654542

Browse files
committed
dub is outdated on the server, discrepancies between versions will drive me crazy. For Testing, dmd will do. For building, hopefully you have access to standard tools.
1 parent 3625cec commit d654542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

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

66
script:
7-
dub build
87
#dmd -lib -L-lncursesw -oflibncurses-d deimos/ncurses/curses.d deimos/ncurses/eti.d deimos/ncurses/form.d deimos/ncurses/menu.d deimos/ncurses/ncurses.d deimos/ncurses/panel.d deimos/ncurses/unctrl.d
8+
dub build -vv

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"ncursesw"
1616
],
1717
"targetType": "staticLibrary",
18+
"targetName": "ncurses-d",
1819
"buildRequirements": [
1920
"relaxProperties"
2021
],
21-
"targetName": "ncurses-d",
2222
}

0 commit comments

Comments
 (0)