File: build.sh

package info (click to toggle)
fsharp 3.1.1.26%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 59,244 kB
  • ctags: 4,190
  • sloc: cs: 13,398; ml: 1,098; sh: 399; makefile: 293; xml: 82
file content (29 lines) | stat: -rwxr-xr-x 1,538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(cd Sample_MonoDevelop_3_2_8_Console && xbuild) &&
(cd Sample_VS2010_FSharp_ConsoleApp_net35 && xbuild) &&
(cd Sample_VS2010_FSharp_ConsoleApp_net40 && xbuild) &&
(cd Sample_VS2012_FSharp_ConsoleApp_net35 && xbuild) &&
(cd Sample_VS2012_FSharp_ConsoleApp_net40 && xbuild) &&
(cd Sample_VS2012_FSharp_ConsoleApp_net45 && xbuild) &&
(cd Sample_VS2012_FSharp_ConsoleApp_net45_with_resource && xbuild) &&
(cd Sample_VS2012_FSharp_Portable_Library && xbuild) &&
(cd Sample_VS2013_FSharp_ConsoleApp_net40 && xbuild) &&
(cd Sample_VS2013_FSharp_ConsoleApp_net45 && xbuild) &&
(cd Sample_VS2013_FSharp_ConsoleApp_net451 && xbuild) &&
(cd Sample_VS2013_FSharp_Library_net40 && xbuild) &&
(cd Sample_VS2013_FSharp_Library_net45 && xbuild) &&
(cd Sample_VS2013_FSharp_Library_net451 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_Legacy_net40 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_Legacy_net45 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_Legacy_net451 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_net45 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_net451 && xbuild) &&
(cd Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013 && xbuild) &&
(cd Sample_VS2012_FSharp_Portable_Library_upgraded_2013 && xbuild) &&
(cd Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78 && xbuild) &&
echo "all projects built successfully"


# Profile 259 not yet available on CI server Mono installation:
# (cd Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259 && xbuild)