File: build.sh

package info (click to toggle)
fsharp 4.0.0.4%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,824 kB
  • ctags: 1,395
  • sloc: cs: 2,983; ml: 1,098; makefile: 410; sh: 409; xml: 113
file content (41 lines) | stat: -rwxr-xr-x 2,234 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
30
31
32
33
34
35
36
37
38
39
40
41
(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) &&
(cd Sample_VS2015_FSharp_Console_App_net40 && xbuild) &&
(cd Sample_VS2015_FSharp_Console_App_net45 && xbuild) &&
(cd Sample_VS2015_FSharp_Console_App_net451 && xbuild) &&
(cd Sample_VS2015_FSharp_Console_App_net452 && xbuild) &&
(cd Sample_VS2015_FSharp_Library_net40 && xbuild) &&
(cd Sample_VS2015_FSharp_Library_net45 && xbuild) &&
(cd Sample_VS2015_FSharp_Library_net45_fsharp_30 && xbuild) &&
(cd Sample_VS2015_FSharp_Library_net45_fsharp_31 && xbuild) &&
(cd Sample_VS2015_FSharp_Portable7_Library && xbuild) &&
(cd Sample_VS2015_FSharp_Portable47_Library && xbuild) &&
(cd Sample_VS2015_FSharp_Portable78_Library && xbuild) &&
(cd Sample_VS2015_FSharp_Portable259_Library && 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)