Delete CI with STI

CI with STI is archived in:
https://src.fedoraproject.org/rpms/anthy-unicode/tree/ci-sti
This commit is contained in:
Takao Fujiwara 2024-08-16 11:08:08 +09:00
parent b8ee1078d0
commit 7a1fb3cf1d
2 changed files with 0 additions and 31 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
: ${SRCDIR:='./source'}
anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
anthy-dic-tool-unicode --dump
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
anthy-dic-tool-unicode --migrate
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result

View File

@ -1,19 +0,0 @@
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- git
vars:
fetch_only: True
- role: standard-test-basic
#- role: standard-test-beakerlib
required_packages:
- bash
- anthy-unicode
tests:
- smoke1:
dir: .
run: ./tests.sh