mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
see #72: speed up travis
This commit is contained in:
@@ -12,8 +12,5 @@ addons:
|
|||||||
ssh_known_hosts:
|
ssh_known_hosts:
|
||||||
- changkun.de
|
- changkun.de
|
||||||
|
|
||||||
script:
|
|
||||||
- make build
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
scp -r website/public/modern-cpp/* $encrypted_server_user@changkun.de:$encrypted_server_path
|
scp -r website/public/modern-cpp/* $encrypted_server_user@changkun.de:$encrypted_server_path
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Report the error immediately by [submitting issue](https://github.com/changkun/m
|
|||||||
|
|
||||||
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
|
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
|
||||||
|
|
||||||
- [ ] If you only making changes to the main part of the book (i.e. the `book` folder), and no changes to the code snippet, then you are good to go;
|
- [ ] If you only making changes to the main part of the book (i.e. the `book` folder), and no changes to the code snippet, then you are good to go;
|
||||||
- [ ] If you also change the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the `code` folder;
|
- [ ] If you also change the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the `code` folder;
|
||||||
- [ ] If you changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.
|
- [ ] If you changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user