Skip to content

Commit

Permalink
Fix amalgamation CI after upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 31, 2023
1 parent ff6f1bb commit 6564102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/create-single-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ amalgamate_tmp_dir=$workingcopy_dir/_amalgamate_tmp
destination_dir=$workingcopy_dir/single-header

git clone https://github.com/shrpnsld/amalgamate.git --depth 1 $amalgamate_tmp_dir/clone
cd include/llama
$amalgamate_tmp_dir/clone/amalgamate -o $amalgamate_tmp_dir -H -v -a -n 'llama'
cd ../..
mkdir $amalgamate_tmp_dir
$amalgamate_tmp_dir/clone/amalgamate -i include/llama -o $amalgamate_tmp_dir -v -a -n 'llama' -x 'hpp,cpp'
mkdir -p $destination_dir
mv $amalgamate_tmp_dir/llama-amalgamated/llama.hpp $destination_dir
rm -rf $amalgamate_tmp_dir

0 comments on commit 6564102

Please sign in to comment.