From ec11d18b522cc0e41f0fccf6be70e887eb86bdcf Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Fri, 17 May 2019 01:12:06 -0400 Subject: adding appveyor for windows CI --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..6b090e7 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +version: 1.0.0.{build} + +platform: x64 + +branches: + only: + - master + + clone_folder: c:\godev\src\github.com\getwtxt\registry + +environment: + GOPATH: c:\godev + +install: + - echo %PATH% + - echo %GOPATH% + - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% + - go version + - go env -- cgit 1.4.1-2-gfad0 3fd3e0a1d7042ef8267ac9ebb04ed5ed24887f'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/1.vm/060rewrite_literal_string.cc
blob: 3e64fd7c288ed1e8c4c7cad4aab472374f0b3d50 (plain) (blame)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81