File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# and commit this file to your remote git repository to share the goodness with others.
4
4
5
5
tasks :
6
- - init : cd .. && mkdir release && cmake ../server
6
+ - init : mkdir ../release && cd ../ release && cmake $OLDPWD
7
7
command : cd ../release && cmake --build . && gp sync-done built
8
8
- name : Test
9
9
command : gp sync-await built && cd ../release && mysql-test/mtr --mem
10
10
- name : Debug Build
11
- init : cd .. && mkdir debug && cd debug && cmake -DCMAKE_BUILD_TYPE=Debug ../server
11
+ init : mkdir ../ debug && cd debug && cmake -DCMAKE_BUILD_TYPE=Debug $OLDPWD
12
12
command : cd ../debug && cmake --build . && gp sync-done debugbuild
13
13
- name : Debug Test
14
14
command : gp sync-await debugbuild && cd ../debug && mysql-test/mtr --mem
You can’t perform that action at this time.
0 commit comments