Skip to content

Commit

Permalink
travis: build only the audio example
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejboczar committed Jan 8, 2020
1 parent 3af4366 commit 4e54a46
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:

install:
- export BOARD="$B" && echo "BOARD='$BOARD'"
- export TARGETS="$T" && echo "TARGETS='$TARGETS'"
- export DIR="$D" && echo "DIR='$DIR'"
- make conda
- export PATH=$PWD/conda/bin:$PATH
- which sdcc
Expand All @@ -22,30 +22,12 @@ jobs:
fail_fast: true
include:
#-----------------------------------------
# Video targets
# audio
#-----------------------------------------
- stage: Build
env: B=opsis T="firmware-fx2"
env: B=opsis D="examples/audio"
- stage: Build
env: B=atlys T="firmware-fx2"

#-----------------------------------------
# Audio targets
#-----------------------------------------
- stage: Build
env: B=opsis T="firmware-audio-fx2"
- stage: Build
env: B=atlys T="firmware-audio-fx2"
- stage: Build
env: B=fx2miniboard T="firmware-audio-fx2"

#-----------------------------------------
# Unconfigured targets
#-----------------------------------------
- stage: Build
env: B=opsis T="firmware-unconfigured"
- stage: Build
env: B=atlys T="firmware-unconfigured"
env: B=atlys D="examples/audio"

#-----------------------------------------
# Build and deploy docs
Expand Down

0 comments on commit 4e54a46

Please sign in to comment.