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 2020
2121 - name : Configure CMake for Archon Interface
2222 run : |
23+ mkdir ${{github.workspace}}/build
2324 cd ${{github.workspace}}/build
24- rm -rf *
2525 cmake ..
2626
2727 - name : Build
3434 run : |
3535 cd ${{github.workspace}}
3636 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 11.idea
22.vscode
33cmake-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