File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
julia 0.6
2
- ModuleInterfaceTools
2
+ ModuleInterfaceTools 0.1.2
3
3
Original file line number Diff line number Diff line change @@ -41,14 +41,9 @@ build_script:
41
41
# Need to convert from shallow to complete for Pkg.clone to work
42
42
- IF EXIST .git\shallow (git fetch --unshallow)
43
43
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using InteractiveUtils);
44
- versioninfo(); loc = \"https://github.com/JuliaString\"; mit = \"ModuleInterfaceTools.jl\";
45
- if VERSION < v\"0.7.0-DEV.5183\";
46
- Pkg.clone(\"$loc/$mit\");
47
- Pkg.clone(pwd(),\"StrAPI\");
48
- else;
49
- using Pkg;
50
- Pkg.add(\"$loc/$mit\");
51
- end"
44
+ versioninfo();
45
+ if VERSION < v\"0.7.0-DEV.5183\"; Pkg.clone(pwd(),\"StrAPI\");
46
+ else; using Pkg; Pkg.up(); end"
52
47
53
48
test_script :
54
- - C:\projects\julia\bin\julia -e "Pkg.test(\"StrAPI\")"
49
+ - C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using Pkg); Pkg.test(\"StrAPI\")"
Original file line number Diff line number Diff line change 2
2
3
3
using ModuleInterfaceTools
4
4
5
+ @static V6_COMPAT || (using Pkg)
6
+
5
7
@api test StrAPI
6
8
7
9
@test is_ascii == isascii
You can’t perform that action at this time.
0 commit comments