fix(StatusQ/Sandbox): move and update build script

This commit is contained in:
Patryk Osmaczko
2023-02-20 20:36:05 +01:00
committed by osmaczko
parent c23f4e173e
commit 9f97ce2cde
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
$ cd StatusQ
$ git submodule update --init
$ ./sandbox/scripts/build
$ ./scripts/build
```
Once that is done, the sandbox can be started with the generated executable:
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
cmake -B build
cmake --build build
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cmake -B build
cmake --build build --target Sandbox