-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Iggy C++ Client | ||
|
||
This project aims to create a full C++ clients for [Iggy.rs](https://iggy.rs). It is as much a learning project as a fully functional one. | ||
|
||
## HOWTO: test GitHub actions locally | ||
|
||
This VSCode container includes act and Docker-in-Docker, and you can use it to do a smoke test of the CI actions before you push to GitHub: | ||
|
||
``` | ||
act -P ubuntu-20.04=catthehacker/ubuntu:full-20.04 --matrix=os:ubuntu-20.04 --no-pull | ||
``` | ||
|
||
Note the Docker image required is very large, and you probably want to pull it once: | ||
|
||
``` | ||
docker pull catthehacker/ubuntu:full-20.04 | ||
``` |