File tree Expand file tree Collapse file tree 5 files changed +4
-42
lines changed Expand file tree Collapse file tree 5 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Configure CMake for Archon Interface
22
22
run : |
23
+ mkdir ${{github.workspace}}/build
23
24
cd ${{github.workspace}}/build
24
- rm -rf *
25
25
cmake ..
26
26
27
27
- name : Build
34
34
run : |
35
35
cd ${{github.workspace}}
36
36
bin/run_unit_tests
37
-
38
- - name : Start Emulator
39
- run : |
40
- cd ${{github.workspace}}
41
- bin/emulator Config/demo/demo.cfg -i generic &
42
-
43
- - name : Start camera-daemon
44
- run : |
45
- cd ${{github.workspace}}
46
- bin/camerad Config/demo/demo.cfg --foreground &
47
-
48
- - name : Run E2E tests
49
- run : |
50
- cd ${{github.workspace}}
51
- shopt -s expand_aliases
52
- alias cam="bin/socksend -h localhost -p 3031"
53
- function check { if [ $1 != "DONE" ]; then echo $1; exit 1; else echo $1; fi }
54
-
55
- command_open=$(cam open)
56
- check $command_open
57
-
58
- command_load=$(cam load)
59
- check $command_load
60
-
61
- command_expose=$(cam expose)
62
- check $command_expose
63
-
64
- command_printstatus=$(cam printstatus)
65
- check $command_printstatus
Original file line number Diff line number Diff line change 1
1
.idea
2
2
.vscode
3
3
cmake-build *
4
+ /build /
5
+ /lib /
6
+ /bin /
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments