fix(StatusQ/Sandbox): move and update build script
This commit is contained in:
parent
c23f4e173e
commit
9f97ce2cde
|
@ -46,7 +46,7 @@ To run the sandbox from within a command line interface, run the following comma
|
||||||
$ git clone https://github.com/status-im/StatusQ
|
$ git clone https://github.com/status-im/StatusQ
|
||||||
$ cd StatusQ
|
$ cd StatusQ
|
||||||
$ git submodule update --init
|
$ git submodule update --init
|
||||||
$ ./sandbox/scripts/build
|
$ ./scripts/build
|
||||||
```
|
```
|
||||||
|
|
||||||
Once that is done, the sandbox can be started with the generated executable:
|
Once that is done, the sandbox can be started with the generated executable:
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cmake -B build
|
|
||||||
cmake --build build
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cmake -B build
|
||||||
|
cmake --build build --target Sandbox
|
Loading…
Reference in New Issue