Сборка в Смоленск 1.5
This commit is contained in:
		@@ -1,3 +1,19 @@
 | 
				
			|||||||
 | 
					test:smolensk15:
 | 
				
			||||||
 | 
					  image: smolensk15-dev
 | 
				
			||||||
 | 
					  only:
 | 
				
			||||||
 | 
					    - schedules
 | 
				
			||||||
 | 
					  before_script:
 | 
				
			||||||
 | 
					    - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
 | 
				
			||||||
 | 
					    - apt-get update
 | 
				
			||||||
 | 
					    - apt-get -y install python3-pytest python3-sphinx
 | 
				
			||||||
 | 
					    - git submodule sync
 | 
				
			||||||
 | 
					    - git submodule update --recursive --init
 | 
				
			||||||
 | 
					  script:
 | 
				
			||||||
 | 
					    - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
 | 
				
			||||||
 | 
					    - make build
 | 
				
			||||||
 | 
					    - make tests
 | 
				
			||||||
 | 
					    - make html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test:bionic:
 | 
					test:bionic:
 | 
				
			||||||
  image: bionic-dev
 | 
					  image: bionic-dev
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user