File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ import std.stdio ; void main () { writeln(" here's a main function, cause this is stupid." ); }
2
+
Original file line number Diff line number Diff line change
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
5
+
6
+ script :
7
+ cp .main.d ./deimos/ncurses/main.d && dub && rm ./deimos/ncurses/main.d && return 0
8
+ dub
9
+
Original file line number Diff line number Diff line change 13
13
],
14
14
"libs" : [
15
15
" ncursesw"
16
- ]
16
+ ],
17
+ "targetType" : " staticLibrary" ,
18
+ "buildRequirements" : [" relaxProperties" ],
17
19
}
You can’t perform that action at this time.
0 commit comments