config: build both targets on CI

This commit is contained in:
Laurens Valk
2021-01-18 14:36:13 +01:00
parent db4cbe66c1
commit 2a2ba8c6aa
+4 -2
View File
@@ -32,6 +32,8 @@ jobs:
- name: Build package
run: poetry build
- name: Lint docs
run: poetry run doc8 --extension .inc
- name: Build html docs
run: poetry run doc8
- name: Build html docs for Read the Docs
run: poetry run make -C doc html
- name: Build html docs for Pybricks Code IDE
run: poetry run make -C doc html SOURCEDIR=ide