Skip to content

Commit

Permalink
Compute is not modular yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 9, 2024
1 parent 959c865 commit 9f03a4b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/modular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
run: |
cd "${{github.workspace}}/b2"
./bootstrap.sh
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/callable_traits//all' }
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compatibility//all' }
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compute//all' }
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/hof//all' }
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/lexical_cast//all' }
- { name: Test, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/preprocessor//all' }
- { name: callable_traits, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/callable_traits//all' }
- { name: compatibility, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compatibility//all' }
- { name: hof, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/hof//all' }
- { name: lexical_cast, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/lexical_cast//all' }
- { name: preprocessor, run: 'set -e && cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/preprocessor//all' }

windows:
strategy:
Expand All @@ -51,9 +50,8 @@ jobs:
run: |
cd "${{github.workspace}}/b2"
./bootstrap.bat
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/callable_traits//all' }
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compatibility//all' }
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compute//all' }
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/hof//all' }
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/lexical_cast//all' }
- { name: Test, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/preprocessor//all' }
- { name: callable_traits, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/callable_traits//all' }
- { name: compatibility, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/compatibility//all' }
- { name: hof, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/hof//all' }
- { name: lexical_cast, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/lexical_cast//all' }
- { name: preprocessor, shell: cmd, run: 'cd "${{github.workspace}}/boostroot" && "${{github.workspace}}/b2/b2" libs/preprocessor//all' }

0 comments on commit 9f03a4b

Please sign in to comment.