forked from mpusz/mp-units
build: Ninja installation added
This commit is contained in:
3
.github/workflows/conan-ci.yml
vendored
3
.github/workflows/conan-ci.yml
vendored
@@ -41,6 +41,9 @@ jobs:
|
|||||||
name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }}
|
name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install Ninja
|
||||||
|
run: |
|
||||||
|
sudo apt install ninja-build
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@@ -20,6 +20,8 @@
|
|||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
|
name: Documentation
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
# on:
|
# on:
|
||||||
# push:
|
# push:
|
||||||
@@ -53,6 +55,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
|
- name: Install Ninja
|
||||||
|
run: |
|
||||||
|
sudo apt install ninja-build
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -Ur docs/requirements.txt
|
pip install -Ur docs/requirements.txt
|
||||||
|
Reference in New Issue
Block a user