January 2019
Intermediate to advanced
520 pages
14h 32m
English
On the project's page, click the link to configure build steps manually and add a new build step to our project:

The first step, called Format Check, is a Command Line that runs Custom script with a single command: cargo fmt -- --check. This command will check the style of the code with the rustfmt tool. Add the next build step, called Build (you can use your own name), with the cargo build command:

Now, if you click the Build Steps menu item, you will see the steps we created:
Now you can start this building process ...
Read now
Unlock full access