mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:26:40 +00:00 
			
		
		
		
	only delete files inside OpenMW.app dir
This commit is contained in:
		
							parent
							
								
									c1aee49b76
								
							
						
					
					
						commit
						dd60b8f179
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,11 +37,11 @@ MacOS:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  allow_failure: true
 | 
					  allow_failure: true
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - sudo rm -fr /usr/local/Openmw.app  # clean up after previous build
 | 
					    - rm -fr /usr/local/Openmw.app/*  # clean up after previous build
 | 
				
			||||||
    - CI/before_install.osx.sh
 | 
					    - CI/before_install.osx.sh
 | 
				
			||||||
    - CI/before_script.osx.sh
 | 
					    - CI/before_script.osx.sh
 | 
				
			||||||
    - cd build; make -j2
 | 
					    - cd build; make -j2
 | 
				
			||||||
    - sudo make install
 | 
					    - make install
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - /usr/local/OpenMW.app
 | 
					      - /usr/local/OpenMW.app
 | 
				
			||||||
		Loading…
	
		Reference in a new issue