Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
remove unused files & promote experimental dir. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Mar 19, 2021
1 parent b9ad0b0 commit 0bbce21
Show file tree
Hide file tree
Showing 178 changed files with 73 additions and 2,181 deletions.
2 changes: 1 addition & 1 deletion experimental/README.md → MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The steps are as follows: (Use `noetic` as the example.)
pip install -U "rosdistro>=0.8.3"
:: Change directory to the distro folder
cd .\experimental\ros\noetic
cd .\ros\noetic
```

3. Edit the `repos.ps1` and look for and change the `Version` to the desired release tag.
Expand Down
11 changes: 0 additions & 11 deletions common/agent-prep.yml

This file was deleted.

3 changes: 0 additions & 3 deletions common/docker-clean.bat

This file was deleted.

2 changes: 0 additions & 2 deletions common/remove-unused-toolchains.bat

This file was deleted.

59 changes: 0 additions & 59 deletions common/rospkg2cgmanifest.py

This file was deleted.

29 changes: 0 additions & 29 deletions docker/azure-pipelines.yml

This file was deleted.

5 changes: 0 additions & 5 deletions docker/daemon.json

This file was deleted.

16 changes: 0 additions & 16 deletions docker/garbage-collection.ps1

This file was deleted.

18 changes: 0 additions & 18 deletions docker/garbage-collection.yml

This file was deleted.

16 changes: 0 additions & 16 deletions docker/melodic/windowsservercore/desktop-full/dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ trigger:
- master
paths:
include:
- experimental/ros/external/melodic/*
- experimental/ros/azure-pipelines.external.melodic.yml
- ros/external/melodic/*
- ros/azure-pipelines.external.melodic.yml
pr:
branches:
include:
- master
paths:
include:
- experimental/ros/external/melodic/*
- experimental/ros/azure-pipelines.external.melodic.yml
- ros/external/melodic/*
- ros/azure-pipelines.external.melodic.yml

jobs:
- job: Build
Expand All @@ -27,8 +27,8 @@ jobs:
steps:
- powershell: |
choco sources add -n=roswin -s https://aka.ms/ros/public --priority 1
& .\experimental\external\melodic\bootstrap.ps1 -InstallDir $Env:INSTALL_DIR
& .\experimental\external\melodic\vcpkg.ps1 -InstallDir $Env:INSTALL_DIR
& .\external\melodic\bootstrap.ps1 -InstallDir $Env:INSTALL_DIR
& .\external\melodic\vcpkg.ps1 -InstallDir $Env:INSTALL_DIR
continueOnError: true
- task: ArchiveFiles@2
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
clean: all
steps:
- powershell: |
& .\experimental\external\bootstrapPython.ps1 -InstallDir $Env:INSTALL_DIR
& .\external\bootstrapPython.ps1 -InstallDir $Env:INSTALL_DIR
continueOnError: true
- task: ArchiveFiles@2
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
call ".\vcpkg\bootstrap-vcpkg.bat"
cd vcpkg
vcpkg version
vcpkg install @..\experimental\external\vcpkg.in --x-buildtrees-root=d:\bld --binarysource=clear --binarysource=files,d:\binarycaching,readwrite
vcpkg install @..\external\vcpkg.in --x-buildtrees-root=d:\bld --binarysource=clear --binarysource=files,d:\binarycaching,readwrite
continueOnError: true
- task: ArchiveFiles@2
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ trigger:
- master
paths:
include:
- experimental/external/azure.pipelines.external.yml
- external/azure.pipelines.external.yml
pr:
branches:
include:
- master
paths:
include:
- experimental/external/azure.pipelines.external.yml
- external/azure.pipelines.external.yml

resources:
pipelines:
Expand Down Expand Up @@ -65,13 +65,13 @@ jobs:
destinationFolder: '$(INSTALL_DIR)'
cleanDestinationFolder: true
- powershell: |
& .\experimental\external\copyVcpkgInstalled.ps1 -InstallDir $Env:INSTALL_DIR -VcpkgInstalled "d:\installed\$Env:VCPKG_DEFAULT_TRIPLET"
& .\external\copyVcpkgInstalled.ps1 -InstallDir $Env:INSTALL_DIR -VcpkgInstalled "d:\installed\$Env:VCPKG_DEFAULT_TRIPLET"
- script: |
DEL /F /Q %INSTALL_DIR%\share\tinyxml\tinyxml-config.cmake
DEL /F /Q %INSTALL_DIR%\share\tinyxml\tinyxmlTargets-release.cmake
DEL /F /Q %INSTALL_DIR%\share\tinyxml\tinyxmlTargets.cmake
DEL /F /Q %INSTALL_DIR%\include\sdformat-6.2\tinyxml.h
xcopy /Y /S /I experimental\external\post-patch %INSTALL_DIR%
xcopy /Y /S /I external\post-patch %INSTALL_DIR%
copy /Y %INSTALL_DIR%\lib\manual-link\gtest_main.lib %INSTALL_DIR%\lib
copy /Y %INSTALL_DIR%\lib\manual-link\gmock_main.lib %INSTALL_DIR%\lib
copy /Y %INSTALL_DIR%\tools\protobuf\protoc.exe %INSTALL_DIR%\bin
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
74 changes: 0 additions & 74 deletions gazebo/gazebo9/azure-pipelines.yml

This file was deleted.

27 changes: 0 additions & 27 deletions gazebo/gazebo9/build.bat

This file was deleted.

31 changes: 0 additions & 31 deletions gazebo/gazebo9/copy_binaries.ps1

This file was deleted.

Loading

0 comments on commit 0bbce21

Please sign in to comment.