File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
bufferflow_tinyg_old.md
3
3
4
- /arduino-create -agent *
5
- ! /arduino-create -agent * /
4
+ /arduino-cloud -agent *
5
+ ! /arduino-cloud -agent * /
6
6
rsrc.syso
7
7
8
8
snapshot /*
Original file line number Diff line number Diff line change 37
37
cmds :
38
38
- task : go:build
39
39
vars :
40
- PROJECT_NAME : arduino-create -agent_cli
40
+ PROJECT_NAME : arduino-cloud -agent_cli
41
41
ADDITIONAL_FLAGS : -tags cli
42
42
43
43
go:build-win :
46
46
- rsrc -arch {{.GOARCH}} -manifest manifest.xml # GOARCH shoud be either amd64 or 386
47
47
- task : go:build
48
48
vars :
49
- PROJECT_NAME : arduino-create -agent.exe
49
+ PROJECT_NAME : arduino-cloud -agent.exe
50
50
WIN_FLAGS : -H=windowsgui
51
51
- rm *.syso # rm file to avoid compilation problems on other platforms
52
52
vars :
58
58
cmds :
59
59
- task : go:build
60
60
vars :
61
- PROJECT_NAME : arduino-create -agent_cli.exe
61
+ PROJECT_NAME : arduino-cloud -agent_cli.exe
62
62
ADDITIONAL_FLAGS : -tags cli
63
63
64
64
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
@@ -140,7 +140,7 @@ tasks:
140
140
141
141
vars :
142
142
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/Taskfile.yml
143
- PROJECT_NAME : arduino-create -agent
143
+ PROJECT_NAME : arduino-cloud -agent
144
144
# build vars
145
145
COMMIT :
146
146
sh : echo "$(git log --no-show-signature -n 1 --format=%h)"
Original file line number Diff line number Diff line change 27
27
@pytest .fixture (scope = "function" )
28
28
def agent (pytestconfig ):
29
29
if platform .system () == "Windows" :
30
- agent = str (Path (pytestconfig .rootdir ) / "arduino-create -agent_cli.exe" )
30
+ agent = str (Path (pytestconfig .rootdir ) / "arduino-cloud -agent_cli.exe" )
31
31
else :
32
- agent = str (Path (pytestconfig .rootdir ) / "arduino-create -agent" )
32
+ agent = str (Path (pytestconfig .rootdir ) / "arduino-cloud -agent" )
33
33
env = {
34
34
# "ARDUINO_DATA_DIR": data_dir,
35
35
# "ARDUINO_DOWNLOADS_DIR": downloads_dir,
You can’t perform that action at this time.
0 commit comments