Skip to content

Commit

Permalink
Merge branch 'topic/ucd_15' into 'master'
Browse files Browse the repository at this point in the history
Switch to UCD 15.0.0

See merge request eng/ide/VSS!280
  • Loading branch information
reznikmm committed Jul 31, 2023
2 parents 719386b + 68956b4 commit 51b3c6a
Show file tree
Hide file tree
Showing 5 changed files with 9,151 additions and 8,564 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ build_and_test:
# Fetch tests' data into `./data/`
PACKAGE=vss-tests-data.tar.bz2
VERSION=2
VSS_URL=https://gitlab.adacore-it.com/api/v4/projects/129
curl -L --header "JOB-TOKEN: $CI_JOB_TOKEN" \
$VSS_URL/packages/generic/$PACKAGE/0.0.0/$PACKAGE |\
$VSS_URL/packages/generic/$PACKAGE/$VERSION/$PACKAGE |\
tar xjf - -C ./data
# Build VSS and run tests
Expand Down
6 changes: 3 additions & 3 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ To download extra data and create the package run:
rm -rf data
mkdir data
cd data
curl -o UCD-14.0.0.zip https://www.unicode.org/Public/14.0.0/ucd/UCD.zip
curl -o UCD-15.0.0.zip https://www.unicode.org/Public/15.0.0/ucd/UCD.zip
mkdir ucd
unzip UCD-14.0.0.zip -d ucd
rm -f UCD-14.0.0.zip
unzip UCD-15.0.0.zip -d ucd
rm -f UCD-15.0.0.zip
git clone https://github.com/nigeltao/parse-number-fxx-test-data
rm -rf parse-number-fxx-test-data/.git
curl -O https://raw.githubusercontent.com/Perl/perl5/blead/t/re/re_tests
Expand Down
Loading

0 comments on commit 51b3c6a

Please sign in to comment.