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:
parent
5a7c26edb0
commit
45692bb99b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user