Skip to content

Commit 1ae3e02

Browse files
committed
build only basalt? I think thats fine
1 parent 321b310 commit 1ae3e02

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
pip install -U pip
2626
pip install -r requirements.txt
2727
28-
- name: Build aplite SDK
29-
run: |
30-
./waf configure --board bb2 --js-engine none
31-
./waf build --onlysdk
32-
3328
- name: Build basalt SDK
3429
run: |
3530
./waf configure --board snowy_bb2
@@ -44,7 +39,6 @@ jobs:
4439
with:
4540
name: docs-c
4641
path: |
47-
build/sdk/aplite/doxygen_sdk
4842
build/sdk/basalt/doxygen_sdk
4943
5044
# TODO: maybe build in pebble-dev/pebble-android-sdk, and publish releases?

0 commit comments

Comments
 (0)