Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install packages
run: sudo apt install libicu-dev
- name: Test
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp ../../src/*.cpp -o regress && ./regress
run: ${{ matrix.compiler }} -std=${{ matrix.standard }} -I../../include *.cpp -o regress && ./regress
working-directory: ./test/regress
ubuntu-jammy-clang:
runs-on: ubuntu-22.04
Expand Down
3 changes: 1 addition & 2 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ project /boost/regex
;

explicit
[ alias boost_regex : build//boost_regex ]
[ alias boost_regex : : : : <include>include <library>$(boost_dependencies) ]
[ alias all : boost_regex example test ]
;

call-if : boost-library regex
: install boost_regex
;

163 changes: 0 additions & 163 deletions build/Jamfile.v2

This file was deleted.

Loading
Loading