mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 10:26:16 +01:00 
			
		
		
		
	Update .drone.yml
This commit is contained in:
		| @@ -15,10 +15,11 @@ steps: | ||||
|   - cd ./antos && git checkout master | ||||
| - name: build | ||||
|   commands: | ||||
|   - cd ./antos && npm install --save-dev jest @types/jest ts-jest @types/jquery typescript | ||||
|   - cd ./antos && make test | ||||
|   - BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release | ||||
|   - DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc | ||||
|   - cd ./antos | ||||
|   - npm link typescript jest @types/jest  ts-jest @types/jquery | ||||
|   - make test | ||||
|   - BUILDDIR=/opt/cloud/cuser/os make release | ||||
|   - DOCDIR=/opt/cloud/cuser/os/doc make doc | ||||
| trigger: | ||||
|   branch: | ||||
|   - master | ||||
|   | ||||
		Reference in New Issue
	
	Block a user