Delete CI with STI

CI with STI is archived in:
https://src.fedoraproject.org/rpms/cldr-emoji-annotation/tree/ci-sti
This commit is contained in:
Takao Fujiwara 2024-09-01 09:39:05 +09:00
parent 5a7c26edb0
commit 45692bb99b
2 changed files with 0 additions and 29 deletions

View File

@ -1,13 +0,0 @@
#!/bin/sh
for dir in annotations annotationsDerived; do
for xml in /usr/share/unicode/cldr/common/$dir/*.xml; do
echo xmllint --noout --valid --postvalid $xml
xmllint --noout --valid --postvalid $xml
if [ $? -ne 0 ] ; then
echo "ERROR"
exit 1
fi
done
done

View File

@ -1,16 +0,0 @@
- hosts: localhost
vars:
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
roles:
- role: standard-test-basic
required_packages:
- cldr-emoji-annotation
- libxml2
tests:
- runtest:
dir: .
run: ./runtest.sh