From fe43f84abdeb2ed6805d3879f531fbc4f46c4fec Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 21 Aug 2018 23:06:21 +0100 Subject: Use bash for loop for generating docs for each package, revert changes to script --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index ae8519a56..844eb3b98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,6 +66,15 @@ jobs: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - run: yarn test:publish:circleci + test-doc-generation: + docker: + - image: circleci/node:9 + working_directory: ~/repo + steps: + - restore_cache: + keys: + - repo-{{ .Environment.CIRCLE_SHA1 }} + - run: yarn test:generate_docs:circleci test-rest: docker: - image: circleci/node:9 @@ -237,6 +246,9 @@ workflows: - test-publish: requires: - build + - test-doc-generation: + requires: + - build - submit-coverage: requires: - test-rest \ No newline at end of file -- cgit dex : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/daimonin-client
Commit message (Expand)AuthorAgeFilesLines
* - Update server addresspav2010-05-163-2/+13
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* update devel/physfs to 2.0.0oliver2009-04-041-2/+2
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
* - Update to 0.9.7.1pav2008-05-117-457/+470
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+2