#1 Add CI testing to run make test TEST_INSTALLED=true.
Merged 4 years ago by adelton. Opened 4 years ago by adelton.
rpms/ adelton/libdnf-plugin-swidtags testing  into  master

file added
+19
@@ -0,0 +1,19 @@ 

+ ---

+ - hosts: localhost

+   roles:

+   - role: standard-test-source # Fetch source tarball and unpack it into the test environment, under directory "source/"

+     tags:

+     - always

+   - role: standard-test-basic

+     tags:

+     - classic

+     tests:

+     - simple:

+         dir: source

+         run: make test TEST_INSTALLED=true

+     required_packages:

+     - libdnf-plugin-swidtags

+     - make

+     - dnf

+     - tar

+     - microdnf

no initial comment

rebased onto 9c24b0b

4 years ago

Heya, retry with make.

rebased onto cad238a

4 years ago

Heya, retry with microdnf in dependencies.

Pull-Request has been merged by adelton

4 years ago