File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 8282 run : TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake compile
8383
8484 - name : Run Tests (taglib-ruby)
85- run : LD_LIBRARY_PATH=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION/lib bundle exec rake test
85+ run : bundle exec rake test
Original file line number Diff line number Diff line change @@ -120,18 +120,14 @@ Build a specific version of Taglib:
120120The above command will automatically download Taglib 1.11.1, build it and
121121install it in ` tmp/x86_64-linux/taglib-1.11.1 ` .
122122
123- The ` swig ` and ` compile ` tasks can then be executed against that specific
123+ The ` swig ` , ` compile ` and ` test ` tasks can then be executed against that specific
124124version of Taglib by setting the ` TAGLIB_DIR ` environment variable to
125125` $PWD/tmp/x86_64-linux/taglib-1.11.1 ` (it is assumed that taglib headers are
126126located at ` $TAGLIB_DIR/include ` and taglib libraries at ` $TAGLIB_DIR/lib ` ).
127127
128- The ` test ` task can then be run for that version of Taglib by adding
129- ` $PWD/tmp/x86_64-linux/taglib-1.11.1/lib ` to the ` LD_LIBRARY_PATH ` environment
130- variable.
131-
132128To do everything in one command:
133129
134- PLATFORM=x86_64-linux TAGLIB_VERSION=1.11.1 TAGLIB_DIR=$PWD/tmp/x86_64-linux/taglib-1.11.1 LD_LIBRARY_PATH=$PWD/tmp/x86_64-linux/taglib-1.11.1/lib rake vendor compile test
130+ PLATFORM=x86_64-linux TAGLIB_VERSION=1.11.1 TAGLIB_DIR=$PWD/tmp/x86_64-linux/taglib-1.11.1 rake vendor compile test
135131
136132### Workflow
137133
You can’t perform that action at this time.
0 commit comments