Skip to content

Commit

Permalink
Merge pull request #127 from Jason-elkins/master-1
Browse files Browse the repository at this point in the history
ci: remove source built xerces
  • Loading branch information
jhursty committed Dec 12, 2023
2 parents 0b05f1c + ccd6a8e commit ec11113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Ubuntu_20.04:
script:
- echo "Building"
- autoreconf -if
- "./configure --enable-as-02 --enable-dev-headers --with-xerces=/opt/cinecert --prefix=/opt/cinecert CPPFLAGS=-I/opt/cinecert/include LDFLAGS=-L/opt/cinecert/lib"
- "./configure --enable-as-02 --enable-dev-headers --with-xerces --prefix=/opt/cinecert CPPFLAGS=-I/opt/cinecert/include LDFLAGS=-L/opt/cinecert/lib"
- make
- sudo make install
- sudo ldconfig
Expand Down

0 comments on commit ec11113

Please sign in to comment.