mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 04:14:34 +03:00
Changes:
- Updated README.adoc's Docker instructions.
This commit is contained in:
@@ -80,8 +80,9 @@ To build the full set of cmake-examples test cases you can run:
|
|||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
docker run -it matrim/cmake-examples:3.5.1
|
docker run -it matrim/cmake-examples:3.5.1
|
||||||
git clone https://github.com/ttroy50/cmake-examples.git
|
cd ~
|
||||||
cd cmake-examples
|
git clone https://github.com/ttroy50/cmake-examples.git code
|
||||||
|
cd code
|
||||||
./test.sh
|
./test.sh
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user